\d*a Unicode decimal digit, repeated any number of times
\s*a Unicode whitespace character, repeated any number of times
<spanthe literal text <span (case sensitive) \sa Unicode whitespace character
Positive Lookahead(?=(?:[^>\"']|\"[^\"]*\"|'[^']*')*?\sclass\s*=\s*(?:(['\"])\s*text-info\s*\2)) 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)
2nd Alternative\"[^\"]*\" \"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)
\sa Unicode whitespace character
classthe literal text class (case sensitive) \s*a Unicode whitespace character, repeated any number of times
=the literal = (6110 / 758 / 3D16)
\s*a Unicode whitespace character, repeated any number of times
Non-Capturing Group(?:(['\"])\s*text-info\s*\2) 'the literal ' (3910 / 478 / 2716)
\"the literal " (3410 / 428 / 2216)
\s*a Unicode whitespace character, repeated any number of times
text-infothe literal text text-info (case sensitive) \s*a Unicode whitespace character, repeated any number of times
\2the text saved by group 2
\s+a Unicode whitespace character, repeated at least once
Positive Lookahead(?=((?:\"[\S\s]*?\"|'[\S\s]*?'|[^>]?)+>)) Group 3((?:\"[\S\s]*?\"|'[\S\s]*?'|[^>]?)+>) Non-Capturing Group(?:\"[\S\s]*?\"|'[\S\s]*?'|[^>]?)+ +repeats the group contents below at least once:
1st Alternative\"[\S\s]*?\" \"the literal " (3410 / 428 / 2216)
*?matches any number of characters from the set below:
\Sany character that is not Unicode whitespace
\sa Unicode whitespace character
\"the literal " (3410 / 428 / 2216)
2nd Alternative'[\S\s]*?' 'the literal ' (3910 / 478 / 2716)
*?matches any number of characters from the set below:
\Sany character that is not Unicode whitespace
\sa Unicode whitespace character
'the literal ' (3910 / 478 / 2716)
Negated Character Class[^>]? ?matches at most one character outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
\3the text saved by group 3
\s*a Unicode whitespace character, repeated any number of times
Áreathe literal text Área (case sensitive) \s+a Unicode whitespace character, repeated at least once
Útilthe literal text Útil (case sensitive) g modifier: global. Finds all matches instead of stopping after the first