Rename by Replacing - Unexpected RegEx output
Contributor II
inHelp
Hi,
Maybe I'm doing something wrong but I don't understand why this replacement regex adds "MyString" after $1.
Thanks in advance
Maybe I'm doing something wrong but I don't understand why this replacement regex adds "MyString" after $1.
Thanks in advance
<宏/ >
Tagged:
0
Best Answer
-
kayman
MemberPosts:662
Unicorn


Answers
Even though only ^(.*) is really needed in this case, I'll use the $ also. Just to avoid forget ir next time.