$1 readonly |
The matched subexpression #1. |
$2 readonly |
The matched subexpression #2. |
$3 readonly |
The matched subexpression #3. |
$4 readonly |
The matched subexpression #4. |
$5 readonly |
The matched subexpression #5. |
$6 readonly |
The matched subexpression #6. |
$7 readonly |
The matched subexpression #7. |
$8 readonly |
The matched subexpression #8. |
$9 readonly |
The matched subexpression #9. |
global readonly |
Indicates whether the match is a global match. |
ignoreCase readonly |
Indicates whether the match is not case sensitive. |
input readonly |
The original input string. |
lastMatch readonly |
The last match. |
lastParen readonly |
The value of the last matched subexpression. |
leftContext readonly |
The string before the match. |
multiline readonly |
Indicates whether the match matches multiple lines. |
rightContext readonly |
The string after the match. |