#Text Swap
1 messages · Page 1 of 1 (latest)
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
Pattern in your String Replace uses \
your string uses /