Re: RegEx Commands
Re: RegEx Commands
- Subject: Re: RegEx Commands
- From: Arthur J Knapp <email@hidden>
- Date: Tue, 07 Aug 2001 12:18:06 -0400
>
Date: Mon, 06 Aug 2001 16:19:07 -0500
>
Subject: Re: RegEx Commands
>
From: Ken Grimm <email@hidden>
>
There is no GREP pattern that I know of (and if there is, I will be
>
eternally grateful for the knowledge), to handle something like this:
>
>
I want to find my full name, "Kenneth Floyd Rich Dwayne Grimm" in any given
>
sentence.
>
yada yada Kenneth Floyd
>
Rich Dwayne Grimm yada yada.
>
yada yada Kenneth Floyd Rich
>
Dwayne Grimm yada yada.
>
yada yada Kenneth
>
Floyd Rich Dwayne
>
Grimm yada yada.
BBEdit Search Field:
Kenneth[ \t\r]+Floyd[ \t\r]+Rich[ \t\r]+Dwayne[ \t\r]+Grimm
AppleScript string:
"Kenneth[ \\t\\r]+Floyd[ \\t\\r]+Rich[ \\t\\r]+Dwayne[ \\t\\r]+Grimm"
Perl/JavaScript expression:
/Kenneth\s+Floyd\s+Rich\s+Dwayne\s+Grimm/
Arthur J. Knapp
http://www.stellarvisions.com
mailto:email@hidden
Hey, check out:
http://www.LateNightSW.com