Regular Expression
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Can someone kindly provide the regular expression for parsing the text below: \$Destination #1\~Sheet 1X\~Row 1Y\~Column 1Z\~Long line of text and numbers 123\$ I would like to break the string into components like Destination #1 Sheet 1X Row 1Y Column 1Z Long line of text and numbers 123 Any suggestions on where to go to learn this stuff
-
Can someone kindly provide the regular expression for parsing the text below: \$Destination #1\~Sheet 1X\~Row 1Y\~Column 1Z\~Long line of text and numbers 123\$ I would like to break the string into components like Destination #1 Sheet 1X Row 1Y Column 1Z Long line of text and numbers 123 Any suggestions on where to go to learn this stuff