this regex give string between two string "(?<='v')(.*)(?='d')"
,
but i have some problem sometime with regex,
like this ex " 'v'string1d'd'string2'd' "
,
if use this regex he give me this result : string1d'd'string2
i want only get the string1
there any way to fix it