#Text Swap

1 messages · Page 1 of 1 (latest)

crimson isle
#

You're going to need to clarify what you want

#

I have no idea what you are asking

#

Well, if you want to "Swap" certain substrings for other substrings, you could try String Replace

#

"Pattern" is the string it is looking to replace
"Replacmenet" is what it replaces the pattern with

A/B/C/D/E, pattern /, replacement , , turns into A, B, C, D, E

crimson isle
#

Pattern in your String Replace uses \
your string uses /