Hi there,
I've been playing around with regular expression but seem not to be able to figure out how it works...
I have a string like:
"OrderCode=RS910-HI-N-S1-TX01-TX" and i need to extract whatever is betweenm
the '=' and the first '-' so in this case it would be 'RS910'
How would i do this correctly?
Thank you!
Ron
I've been playing around with regular expression but seem not to be able to figure out how it works...
I have a string like:
"OrderCode=RS910-HI-N-S1-TX01-TX" and i need to extract whatever is betweenm
the '=' and the first '-' so in this case it would be 'RS910'
How would i do this correctly?
Thank you!
Ron