Regular Expression Help

  • Thread starter Thread starter William255
  • Start date Start date
W

William255

Guest
I've got a string that is

"xyz,00\r\rSometext\r\n$TextIneed 5.5$\0" or it could also be

"xyz,00\r\$TextIneed 5.5$\0rSometext\r\n"


I want the string between the two $ signs "TextIneed 5.5"


Using RegEx.Match how would I get that part.

Continue reading...
 
Back
Top