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
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