Finding non text characters in a list
Posted: Fri May 16, 2008 3:22 pm
I have a big list of text values - e.g.:
thisismyname
andsomething
elselikethat
and(some)contain
other-characters
Is it possible to use a regular expression to identify any lines which contain anything other than just standard 1-9 and a-z characters?
Thanks
Jim
thisismyname
andsomething
elselikethat
and(some)contain
other-characters
Is it possible to use a regular expression to identify any lines which contain anything other than just standard 1-9 and a-z characters?
Thanks
Jim