|
On Tue, 8 Feb 2011 16:39:14 +0000, toby dunn <tobydunn@HOTMAIL.COM> wrote:
>PrxChange( 's/\s*$//o' , 1 , Text )
>PrxChange( 's/^\s*//o' , 1 , Text )
>
Toby -
Why does it need two statements? Is there no way to select out the middle
(non-white space) part in one regx? Is it because the matches are too greedy?
- Tom
|