Reg expression for replacing Not...Is with ...IsNot



I want to replace my 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


.