Search/Replace after ignored string
-
Hello,
I’m trying to figure out how to properly user the Search/Replace function.
I’m not quite sure how to describe my problem other than I’m trying to ignore a string and place “true global” after the replaced portions.
My replace is as follows:
Find What
pex user %player% addReplace With
lp user %player% permission setBasically I’m trying to ignore <somestring> and have it place “true global” at the end after it, so my final result would look something like below.
Before search/replace
pex user %player% add <somestring>After search/replace
lp user %player% permission set <somestring> true globalThank you!
-
Solved, please disregard