in reply to Re: remove both leading and trailing spaces
in thread remove both leading and trailing spaces

Hey Thanks to both of you, I presumed that one statement means less computing time,
but your posts proved that's not always the case.
Cool & Thanks for your inputs Davido, ..will go thru em.
Blessings

s_mile
  • Comment on Re: Re: remove both leading and trailing spaces

Replies are listed 'Best First'.
Re: Re: Re: remove both leading and trailing spaces
by Tyke (Pilgrim) on Sep 27, 2003 at 05:16 UTC
    If you want to know why, then I recommend you get a copy of Jeffrey Friedl's book "Mastering Regular Expressions". It explains exactly how this sort of thing works and the how to develop regular expressions efficiently.