Word Boundary in regular expressions

Have a suggestion for "Everything"? Please post it here.
Post Reply
etc
Posts: 49
Joined: Tue Jun 24, 2014 7:17 pm

Word Boundary in regular expressions

Post by etc »

Hope Word Boundary in regular expressions can be used:
\< Matches the start of a word.
\> Matches the end of a word.
\b Matches a word boundary (the start or end of a word).
\B Matches only when not at a word boundary.

Thank you!
bobm
Posts: 26
Joined: Fri Aug 21, 2015 11:27 am

Re: Word Boundary in regular expressions

Post by bobm »

I would also like to see this.
void
Developer
Posts: 15195
Joined: Fri Oct 16, 2009 11:31 pm

Re: Word Boundary in regular expressions

Post by void »

The next update of Everything will support Perl Compatible Regular Expressions (PCRE). PCRE supports word boundaries.
therube
Posts: 4599
Joined: Thu Sep 03, 2009 6:48 pm

Re: Word Boundary in regular expressions

Post by therube »

PCRE
Heh.
I've had this opening, for some time now, whenever I start my browser, https://www.google.com/search?q=pcre&cl ... cial&gbv=1.
One day I'll get around to actually reading through it. (Actually I have dabbled with it.)
Post Reply