I have a string
" request.addParameter('page','/TMRMKUOHY/RPM/Store/srrreVkew.jsp?resODFlag','N','',true,false); ".
I want to extract the part
" '/TMRMKUOHY/RPM/Store/srrreVkew.jsp?resODFlag' "
out of this string. I tried several combinations of regex (using re module in python) but can't find the exact desired pattern that gives me the substring out of the main string.
/