I'm just trying to see if this is possible. I wanna do this:
So it will split the string at either . , ; or !
Now, the code above should be fine for that - but is there any way to "save" the charachter it split at somehow?
Basically, once its been split - I need to re-build it properly when joining the arrray together.