I can locate a string in Initial and Final position by using Ultraedit regex and by appending
respectively
How do I write a regex using Ultraedit syntax to identify a string in the middle of the word which is neither initial or medial
example
The regex should find only the second and not the first.
I have a rather old version of Ultraedit 15.0
Doing it Perl seems possible but the syntax is convoluted and my Ultraedit does not locate accurately the string
Many thanks
Code: Select all
%
Code: Select all
$
How do I write a regex using Ultraedit syntax to identify a string in the middle of the word which is neither initial or medial
example
Code: Select all
ue
Code: Select all
imbue
imbued
I have a rather old version of Ultraedit 15.0
Doing it Perl seems possible but the syntax is convoluted and my Ultraedit does not locate accurately the string
Many thanks