seahorse123
Programmer
I have file names like:
a11_001.htm
b34_02.htm
c8_003.htm
Now I want to get the substring before character '_', it will show as:
a11
b34
c8
how can I do that?
thanks for any help.
a11_001.htm
b34_02.htm
c8_003.htm
Now I want to get the substring before character '_', it will show as:
a11
b34
c8
how can I do that?
thanks for any help.