Question: I need a regex pattern that will tokenize a string on special characters, operators, numbers, strings, and seperaters. String such as 123abc is tokenize as
I need a regex pattern that will tokenize a string on special characters, operators, numbers, strings, and seperaters.
String such as 123abc is tokenize as 2 tokens "123" and "abc"
String such as abc123 is 1 token.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
