0

I'm learning about regular expressions and trying to make an expression that will match only those strings which are written in double quotes and for that my expression is : "\S*" and target string is <aname="Name4"text="Super"> but the expression is matching whole string after first double quoted string is found. I'm using this website for testing an expression

0 Answers0