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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top