Zappthe literal text Zapp (case sensitive) \s+any whitespace character, repeated at least once
\(the literal ( (4010 / 508 / 2816)
+matches at least one character from the set below:
-the literal - (4510 / 558 / 2D16)
+the literal + (4310 / 538 / 2B16)
\wany word character
.the literal . (4610 / 568 / 2E16)
\s+any whitespace character, repeated at least once
// defaultParameterValuethe literal text // defaultParameterValue (case sensitive) \s+any whitespace character, repeated at least once
,the literal , (4410 / 548 / 2C16)
\s+any whitespace character, repeated at least once
"the literal " (3410 / 428 / 2216)
Group 2([^"\\]*(?:\\.[^"\\]*)*) Negated Character Class[^"\\]* *matches any number of characters outside the set below:
"the literal " (3410 / 428 / 2216)
\\the literal \ (9210 / 1348 / 5C16)
Non-Capturing Group(?:\\.[^"\\]*)* *repeats the group contents below any number of times:
\\the literal \ (9210 / 1348 / 5C16)
.any character (except for line terminators)
Negated Character Class[^"\\]* *matches any number of characters outside the set below:
"the literal " (3410 / 428 / 2216)
\\the literal \ (9210 / 1348 / 5C16)
"the literal " (3410 / 428 / 2216)
\s+any whitespace character, repeated at least once
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
\s+any whitespace character, repeated at least once
namethe literal text name (case sensitive) \s+any whitespace character, repeated at least once
,the literal , (4410 / 548 / 2C16)
\s+any whitespace character, repeated at least once
+matches at least one character from the set below:
-the literal - (4510 / 558 / 2D16)
+the literal + (4310 / 538 / 2B16)
\wany word character
.the literal . (4610 / 568 / 2E16)
\s+any whitespace character, repeated at least once
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
\s+any whitespace character, repeated at least once
minthe literal text min (case sensitive) \s+any whitespace character, repeated at least once
,the literal , (4410 / 548 / 2C16)
\s+any whitespace character, repeated at least once
+matches at least one character from the set below:
-the literal - (4510 / 558 / 2D16)
+the literal + (4310 / 538 / 2B16)
\wany word character
.the literal . (4610 / 568 / 2E16)
\s+any whitespace character, repeated at least once
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
\s+any whitespace character, repeated at least once
maxthe literal text max (case sensitive) \s+any whitespace character, repeated at least once
,the literal , (4410 / 548 / 2C16)
\s+any whitespace character, repeated at least once
+matches at least one character from the set below:
-the literal - (4510 / 558 / 2D16)
+the literal + (4310 / 538 / 2B16)
\da digit
.the literal . (4610 / 568 / 2E16)
\s+any whitespace character, repeated at least once
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
\s+any whitespace character, repeated at least once
dthe literal d (10010 / 1448 / 6416) (case sensitive)
.any character (except for line terminators)
pthe literal p (11210 / 1608 / 7016) (case sensitive)
.any character (except for line terminators)
'sthe literal text 's (case sensitive)