I found a thread in the c# forums that's exactly what I need, but I need it in JavaScript. Basically I need regex that will put spaces between each character of a phrase.
For example,
TEST
would become
T E S T
Explanations would be helpful, and I'm new to this, so please be nice :)
I'm building my project in a program that only allows regex code, so it needs to be that.