Page 1 of 1

regexp for end-of-line ?

PostPosted: Fri Jun 25, 2010 3:50 pm
by goobee
Hi
in order to get rid off some leading and trailing chars in a string the regexp '^' and '$' come to my mind. is there a parse template similar to this?
the string is 'T_anythingx', I only need 'anything'. Maybe parse offers other ways to do !?

thanks

Re: regexp for end-of-line ?

PostPosted: Fri Jun 25, 2010 4:02 pm
by enrico-sorichetti
STRIP maybe ??

Re: regexp for end-of-line ?

PostPosted: Fri Jun 25, 2010 5:36 pm
by expat
Possibly TRANSLATE