On Jan 25, 2006, at 12:23, George Homorozeanu wrote:
I am very new in RegEx and I want to be able to write an expresion that doesthe following:Return all the characters from a string starting from the 5-th character.
You want to do it with a regexp for some particular reason? That's the job of substr().
-- fxn -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>