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...
"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...