GrahamBright
Programmer
Hi,
I need to build up a regular expression for the perl index fuction. Basically I am trying to search for a substring with variable spaces which is then followed by alpanumeric characters:
Example:
1234567890 abcdefg
Anyone know how I can include a regular expression to
if($pos2=index($myline," ",$pos1))
Thanks
Graham.
I need to build up a regular expression for the perl index fuction. Basically I am trying to search for a substring with variable spaces which is then followed by alpanumeric characters:
Example:
1234567890 abcdefg
Anyone know how I can include a regular expression to
if($pos2=index($myline," ",$pos1))
Thanks
Graham.