Mthe literal M (7710 / 1158 / 4D16) (case sensitive)
,the literal , (4410 / 548 / 2C16)
Fthe literal F (7010 / 1068 / 4616) (case sensitive)
\/the literal / (4710 / 578 / 2F16)
\d{2}a Unicode decimal digit, repeated exactly 2 times
\/the literal / (4710 / 578 / 2F16)
Group 2((\d{1}((\')|(\’))?(([0,2-9]|1[0-1]?)((\")|(\'\')|(\”))?)?)|\d{1,3}cm|[1-2]m(\d{1,2}(cm)?)?) 1st Alternative(\d{1}((\')|(\’))?(([0,2-9]|1[0-1]?)((\")|(\'\')|(\”))?)?) Group 3(\d{1}((\')|(\’))?(([0,2-9]|1[0-1]?)((\")|(\'\')|(\”))?)?) \d{1}a Unicode decimal digit, repeated exactly 1 time
?repeats the group contents below at most once:
\'the literal ' (3910 / 478 / 2716)
\’the literal ’ (821710 / 200318 / 201916)
Group 7(([0,2-9]|1[0-1]?)((\")|(\'\')|(\”))?)? ?repeats the group contents below at most once:
0the literal 0 (4810 / 608 / 3016)
,the literal , (4410 / 548 / 2C16)
2-9one character from 2 (5010) to 9 (5710)
1the literal 1 (4910 / 618 / 3116)
?matches at most one character from the set below:
0-1one character from 0 (4810) to 1 (4910)
Group 9((\")|(\'\')|(\”))? ?repeats the group contents below at most once:
\"the literal " (3410 / 428 / 2216)
\'the literal ' (3910 / 478 / 2716)
\'the literal ' (3910 / 478 / 2716)
\”the literal ” (822110 / 200358 / 201D16)
\d{1,3}a Unicode decimal digit, repeated between 1 and 3 times
cmthe literal text cm (case sensitive) 3rd Alternative[1-2]m(\d{1,2}(cm)?)? \s?optionally matches a Unicode whitespace character
\[the literal [ (9110 / 1338 / 5B16)
\d{2,3}a Unicode decimal digit, repeated between 2 and 3 times
\s?optionally matches a Unicode whitespace character
\s?optionally matches a Unicode whitespace character
tothe literal text to (case sensitive) \s?optionally matches a Unicode whitespace character
\d{2,3}a Unicode decimal digit, repeated between 2 and 3 times
\s?optionally matches a Unicode whitespace character
\]the literal ] (9310 / 1358 / 5D16)
\s?optionally matches a Unicode whitespace character
\(the literal ( (4010 / 508 / 2816)
Group 17((\d{1,2}\s?years?)|(([2-9]|1[0-1]?)\s?months?)|(\d{1,2}\s?years?(\;|\,)?\s?([0,2-9]|1[0-1]?)\s?months?)|(([2-9]|1[0-1]?)\s?weeks?)) \)the literal ) (4110 / 518 / 2916)
\s?optionally matches a Unicode whitespace character
Group 26(\s?\+\s?\(([DSBO]{1}:\s?(\d{2,3})\s?(lbs|kg)(\;|\,))?\s?([DSBO]{1}:\s?(\d{2,3})\s?(lbs|kg)(\;|\,))?\s?([DSBO]{1}:\s?(\d{2,3})\s?(lbs|kg)(\;|\,))?\s?[DSBO]{1}:\s?(\d{2,3})\s?(lbs|kg)\))? .*any Unicode character (except for line terminators), repeated any number of times