X
Xarky
Hi,
I am trying to use Regex to help me do the following task.
I have the following string
data (\\unknown) \".\" \"hello world\"
and would like to extract the text between the last 2 quotes. In this
case the result should be the 'hello world' word.
Can someone help me out
Thanks in Advance
I am trying to use Regex to help me do the following task.
I have the following string
data (\\unknown) \".\" \"hello world\"
and would like to extract the text between the last 2 quotes. In this
case the result should be the 'hello world' word.
Can someone help me out
Thanks in Advance