10-14-2013 06:48 AM - edited 03-16-2019 07:52 PM
Hello. I have a number
221113331114444
What rule I could use to change any 111 to 777? The result should be:
227773337774444
Simple rule
rule 1 /111/ /777/
makes
227773331114444
The rule change 111 to 777 only once(((
Please help.
Solved! Go to Solution.
10-14-2013 07:39 AM
rule 1 /111\(.*\)111/ /777\1777/
Kind regards,
Andrew C.
10-14-2013 07:39 AM
rule 1 /111\(.*\)111/ /777\1777/
Kind regards,
Andrew C.
10-15-2013 03:32 AM
Thanks. That works!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide