• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: RegEx Commands
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Debugging an Idle Handler
  • Next by Date: Re: RegEx Commands
  • Previous by thread: Re: RegEx Commands
  • Next by thread: Re: RegEx Commands
  • Index(es):
    • Date
    • Thread