Hi again all,
I'm trying to change some strings so that where there's a character next to a digit a space is inserted. ie:
abc123def456 -> abc 123 def 456
a1b2 -> a 1 b 2
The algorithm is trivial but I don't know enough php. In Java, gimme about ten seconds.
Help! 🙂