From: James Edward Gray II Date: 2004-09-20T06:15:08+09:00 Subject: Re: Method improvement request .-- On Sep 19, 2004, at 4:03 PM, Charles Hixson wrote: > Sorry. It took me a bit of digging to find the /.../x documentation > even after you explicitly pointed it out to me. (This won't work for > me, because my actual pre- and post- patterns also exclude spaces, but > it can certainly clarify the example, if one understands it!) You can match space characters in an /.../x regex. The easiest way is to use the whitespace character class escape \s. Hope that helps. James Edward Gray II