It's kind of annoying that replacing text with an empty string is not allowed.
Let's say you have 50 controls, all formatted tagname_tagnumber. You want to rename them to just tagnummer (or just tagname).
Finding them all is easy (regex ^.*_).
Renaming them all to A_tagname is easy.
But renaming to just tagname is not allowed...
(I know I can use scripting...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.