Example:
string = "abc|3g"
function(string)
Solution: --> "abc" "3g"
Is there any idea how to split in the way as showed in the example?
Example:
string = "abc|3g"
function(string)
Solution: --> "abc" "3g"
Is there any idea how to split in the way as showed in the example?
This is the possible answer. Other solutions?