Read notes and credits.
I figured I had to make this because I'll need to use it a lot. With the original String Separators, you'd do something like this: Separate "this_is_example_text" by "_" And you'd get: this is example text With this one, you'd enter: Separate "this_is_example_text" by "3" digits And get: thi s_i s_e xam ple _te xt So since I knew this would be useful I figured I'd make it.