Re: RegEx Commands
Re: RegEx Commands
- Subject: Re: RegEx Commands
- From: "Lindsey Dubb" <email@hidden>
- Date: Mon, 6 Aug 2001 14:53:30 -0700
>
What pattern can be used to find my name when I have no idea where the
>
carriage return will be?
No problem. ;)
"Kenneth[ \r]Floyd[ \r]Rich[ \r]Dwayne[ \r]Grimm"
Alternatively, you could use the whitespace character "\s" instead of "[
\r]".
9:) Lindsey Dubb email@hidden