I have this long string, "The words Text and dots represent whole bunch of html code"
Input:
TextTextTextTextTextTextTextText....."signed_request" value="Random Value" />TextTextTextTextTextTextTextTextTextText.....
How do i match all the text before and after the string "signed_request" value="Random Value"
but not the string itself, considering the random value
between the quotation marks,
so it would output
Output:
TextTextTextTextTextTextTextText...../>TextTextTextTextTextTextTextTextTextText.....