Non-Capturing Group(?:[^>"']|"[^"]*"|'[^']*')*? *?repeats the group contents below any number of times:
Negated Character Class[^>"'] >the literal > (6210 / 768 / 3E16)
"the literal " (3410 / 428 / 2216)
'the literal ' (3910 / 478 / 2716)
"the literal " (3410 / 428 / 2216)
Negated Character Class[^"]* *matches any number of characters outside the set below:
"the literal " (3410 / 428 / 2216)
"the literal " (3410 / 428 / 2216)
'the literal ' (3910 / 478 / 2716)
Negated Character Class[^']* *matches any number of characters outside the set below:
'the literal ' (3910 / 478 / 2716)
'the literal ' (3910 / 478 / 2716)
Positive Lookbehind(?<=\s) \sany whitespace character
hrefthe literal text href (case insensitive) \s*any whitespace character, repeated any number of times
=the literal = (6110 / 758 / 3D16)
\s*any whitespace character, repeated any number of times
Non-Capturing Group(?:(['"])\s*((?:(?!\1).)*?/namehere/nane2here/(?:option1|option2)(?:(?!\1).)*)\s*\1) 'the literal ' (3910 / 478 / 2716)
"the literal " (3410 / 428 / 2216)
\s*any whitespace character, repeated any number of times
Group 2((?:(?!\1).)*?/namehere/nane2here/(?:option1|option2)(?:(?!\1).)*) Non-Capturing Group(?:(?!\1).)*? *?repeats the group contents below any number of times:
\1the text saved by group 1
.any character
/namehere/nane2here/the literal text /namehere/nane2here/ (case insensitive) Non-Capturing Group(?:option1|option2) option1the literal text option1 (case insensitive) option2the literal text option2 (case insensitive) Non-Capturing Group(?:(?!\1).)* *repeats the group contents below any number of times:
\1the text saved by group 1
.any character
\s*any whitespace character, repeated any number of times
\1the text saved by group 1