\s*any whitespace character, repeated any number of times
\[the literal [ (9110 / 1338 / 5B16)
\s*any whitespace character, repeated any number of times
\[the literal [ (9110 / 1338 / 5B16)
\s*any whitespace character, repeated any number of times
\[the literal [ (9110 / 1338 / 5B16)
\s*any whitespace character, repeated any number of times
Group 1([+-]?\d+(\.\d*)?) ?matches at most one character from the set below:
+the literal + (4310 / 538 / 2B16)
-the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
\s*any whitespace character, repeated any number of times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
Group 3([+-]?\d+(\.\d*)?) ?matches at most one character from the set below:
+the literal + (4310 / 538 / 2B16)
-the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
\s*any whitespace character, repeated any number of times
\]the literal ] (9310 / 1358 / 5D16)
\s*any whitespace character, repeated any number of times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
\[the literal [ (9110 / 1338 / 5B16)
\s*any whitespace character, repeated any number of times
Group 5([+-]?\d+(\.\d*)?) ?matches at most one character from the set below:
+the literal + (4310 / 538 / 2B16)
-the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
\s*any whitespace character, repeated any number of times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
Group 7([+-]?\d+(\.\d*)?) ?matches at most one character from the set below:
+the literal + (4310 / 538 / 2B16)
-the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
\s*any whitespace character, repeated any number of times
\]the literal ] (9310 / 1358 / 5D16)
\s*any whitespace character, repeated any number of times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
\[the literal [ (9110 / 1338 / 5B16)
\s*any whitespace character, repeated any number of times
Group 9([+-]?\d+(\.\d*)?) ?matches at most one character from the set below:
+the literal + (4310 / 538 / 2B16)
-the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
\s*any whitespace character, repeated any number of times
,the literal , (4410 / 548 / 2C16)
\s*any whitespace character, repeated any number of times
Group 11([+-]?\d+(\.\d*)?) ?matches at most one character from the set below:
+the literal + (4310 / 538 / 2B16)
-the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
?repeats the group contents below at most once:
\.the literal . (4610 / 568 / 2E16)
\d*a digit, repeated any number of times
\s*any whitespace character, repeated any number of times
\]the literal ] (9310 / 1358 / 5D16)
\s*any whitespace character, repeated any number of times
\]the literal ] (9310 / 1358 / 5D16)
\s*any whitespace character, repeated any number of times
\]the literal ] (9310 / 1358 / 5D16)
\s*any whitespace character, repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string