I have a string, Line = "3QQT38/28-12/AA"; How can i split it if i dont know my delimiter sequence. Note : / and - can come in any sequence.
Output for above string should be 4 substrings 3QQT38 28 12 AA
Thanks in Advance.
I have a string, Line = "3QQT38/28-12/AA"; How can i split it if i dont know my delimiter sequence. Note : / and - can come in any sequence.
Output for above string should be 4 substrings 3QQT38 28 12 AA
Thanks in Advance.