Posts by gcgoll • 1 point
1 post
-
0
votes2
answers110
viewsA: How to separate a string by passing more than one parameter
If there is no need to preserve these "special" characters/sequences, you can just make one replace of all these sequences known to an empty space. Thus, only the split(' ') will be enough to break…