^start of line
\$the literal $ (3610 / 448 / 2416)
\$the literal $ (3610 / 448 / 2416)
\d{9}a digit, repeated exactly 9 times
\,the literal , (4410 / 548 / 2C16)
\d{4}a digit, repeated exactly 4 times
\,the literal , (4410 / 548 / 2C16)
Group d(?<d>\d{2}\/\d{2}\/\d{4})? ?repeats the group contents below at most once:
\d{2}a digit, repeated exactly 2 times
\/the literal / (4710 / 578 / 2F16)
\d{2}a digit, repeated exactly 2 times
\/the literal / (4710 / 578 / 2F16)
\d{4}a digit, repeated exactly 4 times
\,the literal , (4410 / 548 / 2C16)
Group t(?<t>\d{2}\:\d{2}\:\d{2}) \d{2}a digit, repeated exactly 2 times
\:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
\:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
\,the literal , (4410 / 548 / 2C16)
Group lt(?<lt>\-?\d{1,3}\.?\d{1,6}) \-?optionally matches the literal - (4510 / 558 / 2D16)
\d{1,3}a digit, repeated between 1 and 3 times
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d{1,6}a digit, repeated between 1 and 6 times
\,the literal , (4410 / 548 / 2C16)
Group ln(?<ln>\-?\d{1,3}\.?\d{1,6}) \-?optionally matches the literal - (4510 / 558 / 2D16)
\d{1,3}a digit, repeated between 1 and 3 times
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d{1,6}a digit, repeated between 1 and 6 times
\,the literal , (4410 / 548 / 2C16)
Group al(?<al>\-?\d{1,7}) \-?optionally matches the literal - (4510 / 558 / 2D16)
\d{1,7}a digit, repeated between 1 and 7 times
\,the literal , (4410 / 548 / 2C16)
Group sp(?<sp>\d{1,3}\.?\d{0,3}) \d{1,3}a digit, repeated between 1 and 3 times
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d{0,3}a digit, repeated between 0 and 3 times
\,the literal , (4410 / 548 / 2C16)
\d{1,4}a digit, repeated between 1 and 4 times
\,the literal , (4410 / 548 / 2C16)
\d{1,2}a digit, repeated between 1 and 2 times
\,the literal , (4410 / 548 / 2C16)
Group hp(?<hp>\d{1,3}\.?\d{1,2}) \d{1,3}a digit, repeated between 1 and 3 times
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d{1,2}a digit, repeated between 1 and 2 times
\,the literal , (4410 / 548 / 2C16)
Group bv(?<bv>\d{1,5}\.?\d{1,4}) \d{1,5}a digit, repeated between 1 and 5 times
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d{1,4}a digit, repeated between 1 and 4 times
\,the literal , (4410 / 548 / 2C16)
\d{1,2}a digit, repeated between 1 and 2 times
\,the literal , (4410 / 548 / 2C16)
\d*a digit, repeated any number of times
\,the literal , (4410 / 548 / 2C16)
Group gs(?<gs>[012345]{1}) Character Class[012345]{1} {1}matches one character from the set below:
0the literal 0 (4810 / 608 / 3016)
1the literal 1 (4910 / 618 / 3116)
2the literal 2 (5010 / 628 / 3216)
3the literal 3 (5110 / 638 / 3316)
4the literal 4 (5210 / 648 / 3416)
5the literal 5 (5310 / 658 / 3516)
\,the literal , (4410 / 548 / 2C16)
Group gt(?<gt>\d{1,5}\.?\d?) \d{1,5}a digit, repeated between 1 and 5 times
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d?optionally matches a digit
\,the literal , (4410 / 548 / 2C16)
Group ac(?<ac>\-?\d{1,3}\.?\d{0,3}) \-?optionally matches the literal - (4510 / 558 / 2D16)
\d{1,3}a digit, repeated between 1 and 3 times
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d{0,3}a digit, repeated between 0 and 3 times
\,the literal , (4410 / 548 / 2C16)
Group dc(?<dc>\-?\d{1,4}\.?\d{0,3}) \-?optionally matches the literal - (4510 / 558 / 2D16)
\d{1,4}a digit, repeated between 1 and 4 times
\.?optionally matches the literal . (4610 / 568 / 2E16)
\d{0,3}a digit, repeated between 0 and 3 times
\,the literal , (4410 / 548 / 2C16)
Group in1s(?<in1s>[01]{1}) {1}matches one character from the set below:
0the literal 0 (4810 / 608 / 3016)
1the literal 1 (4910 / 618 / 3116)
\,the literal , (4410 / 548 / 2C16)
\d*a digit, repeated any number of times
\,the literal , (4410 / 548 / 2C16)
0the literal 0 (4810 / 608 / 3016)
1the literal 1 (4910 / 618 / 3116)
\,the literal , (4410 / 548 / 2C16)
\#the literal # (3510 / 438 / 2316)
\#the literal # (3510 / 438 / 2316)
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