Regular Expression question

  • Thread starter Thread starter **Developer**
  • Start date Start date
D

**Developer**

I tried this in the vb group but maybe someone here is better at reg
expressions.

I want to replace in my files:
If Not ... Is with If ... IsNot

In the Editor ReplaceInFiles form
I used this for the find
If Not {.*} Is
and this for the replace
If \0 IsNot
But that did not do it correctly

Can you tell me the correct expressions?


Thanks in advance for any help
 
I'm just getting use to everything starting at zero and now this!

Thanks a lot, that did it.
 

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

regular expression 7
Regular Expression? 3
Regular expressions 20
Regular expression 4
regular expression 4
Regular expression 5
regular expression NxM 9
Regular expression 4

Back
Top