The standard replace function works as expected. Example: replace (a) with (b) in (zebra) would set bigOut to "zebrb" The variable replace function is WIP. It's going to work like a regex, though. Ignore the random other stuff, that's random other stuff for random other purposes.
I wanted to make something a bit like Python's Pythex library. So I did. Fyi: Pythex = Python + regex Fyi2: regex = regular expression