Re: [opensuse] regexp -- defference between \< and \b ?
- From: "David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 23:53:29 -0500
Randall R Schulz wrote:
On Tuesday 29 April 2008 17:58, David C. Rankin wrote:Listmates:
With regular expressions, what is the difference between \< and \b ?
The man page says:
Which man page? There are many, many programs and libraries that implement regular-expression matching, and REs are by no means singly defined. There are many grammars for notating them and many varieties of fundamental matching constructs.
Actually it comes from man grep. Specifically:
The Backslash Character and Special Expressions
The symbols \< and \> respectively match the empty string at the beginning and end of a word. The symbol \b matches the empty string at the edge of a word, and \B matches the empty string provided it's not at the edge of a word. The symbol \w is a synonym for [[:alnum:]] and \W is a synonym for [^[:alnum:]].
end. Boundaries are either. (Am I going too fast for you??)
Trying to digest BRE (basic RE), ERE (extended RE) and ARE (Advanced RE) in a couple of readings itself moves too fast for me ;-)
Personally, I prefer the old-style \< and \> but apparently they're a thing of the past.
Thanks for your help Randall!
--
David C. Rankin, J.D., P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- Follow-Ups:
- Re: [opensuse] regexp -- defference between \< and \b ?
- From: Randall R Schulz
- Re: [opensuse] regexp -- defference between \< and \b ?
- References:
- [opensuse] regexp -- defference between \< and \b ?
- From: David C. Rankin
- Re: [opensuse] regexp -- defference between \< and \b ?
- From: Randall R Schulz
- [opensuse] regexp -- defference between \< and \b ?
- Prev by Date: Re: [opensuse] Well, there goes any hope for ReiserFS 4....
- Next by Date: Re: [opensuse] Library policy
- Previous by thread: Re: [opensuse] regexp -- defference between \< and \b ?
- Next by thread: Re: [opensuse] regexp -- defference between \< and \b ?
- Index(es):
Relevant Pages
|