Regular Expression related query.

  • Thread starter Thread starter Nilesh Padbidri
  • Start date Start date
N

Nilesh Padbidri

Hi EB,

What should be the regex query if, my Regex search should be
successfull only if, NONE of the words are found in the text being searched.
Any gives ?

Thanks in advance,
Nilesh Padbidri.
 
Hi EB,

What should be the regex query if, my Regex search should be
successfull only if, NONE of the words are found in the text being searched.
Any gives ?

Thanks in advance,
Nilesh Padbidri.

Can you not just use if not matches instead of if matches?
 
Back
Top