regular expressions
-
string pattern = "(-)|(#)|(/)|(&)|(\0)|( )"; string[] substring = Regex.Split(a[i], pattern); input given is #55; xx road but it returns many empty tokens inbetween the output... pls help me how to remove those empty entries
the quieter u become more u hear
-
string pattern = "(-)|(#)|(/)|(&)|(\0)|( )"; string[] substring = Regex.Split(a[i], pattern); input given is #55; xx road but it returns many empty tokens inbetween the output... pls help me how to remove those empty entries
the quieter u become more u hear
You might want to get this tool to help http://www.ultrapico.com/Expresso.htm[^]
only two letters away from being an asset
-
string pattern = "(-)|(#)|(/)|(&)|(\0)|( )"; string[] substring = Regex.Split(a[i], pattern); input given is #55; xx road but it returns many empty tokens inbetween the output... pls help me how to remove those empty entries
the quieter u become more u hear
What is the expected result?
-
What is the expected result?
input #55; xx road expected result is token # 55 ; xx road
the quieter u become more u hear