Search found 2 matches

by emilys
Sun Apr 06, 2008 4:19 pm
Forum: Advanced Find and Replace
Topic: performing a proximity text search using regular expressions
Replies: 1
Views: 12082

Re: performing a proximity text search using regular expressions

Figured it out! :lol: I didn't need the word boundary syntax. The following expression worked for me:

united\W+(\w+\W+){1,10}?nations
by emilys
Sun Apr 06, 2008 1:35 am
Forum: Advanced Find and Replace
Topic: performing a proximity text search using regular expressions
Replies: 1
Views: 12082

performing a proximity text search using regular expressions

I've been trying to come up with a regular expression to perform a proximity ("NEAR") search on the find page and can't seem to figure it out. I'd of course be happy to be able to just use NEAR in the native type search query :D , but that doesn't seem to be an option so I thought I'd try the regula...