Hi,
I would like to use TextCrawler to search for a string but ignore/exclude an other string from the result.
Example:
Look for "admin"
But not for "administrator" and "administration"
Thanks in advance for your help !
How to exclude a string form a search result
- DigitalVolcano
- Site Admin
- Posts: 1863
- Joined: Thu Jun 09, 2011 10:04 am
Re: How to exclude a string form a search result
You'd need to use a slightly more complex regular expression, which negative lookahead-
See-
https://stackoverflow.com/questions/207 ... ord-string
See-
https://stackoverflow.com/questions/207 ... ord-string