Regex question

  • Thread starter Thread starter Hardy Wang
  • Start date Start date
H

Hardy Wang

Hi:
How to write a pattern to find strings which do not contain some certain
string?
For example, I need to search all strings without "abc" in them.

Thanks!
 
So, check if string has "abc" inside and skip it if it has.

Why this doesn't work for you?

HTH
Alex
 

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