?repeats the group contents below at most once:
Character Class[A-Za-z\d]+ +matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
\da digit
\s*any whitespace character, repeated any number of times
\|the literal | (12410 / 1748 / 7C16)
\s*any whitespace character, repeated any number of times
?repeats the group contents below at most once:
+matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
\s*any whitespace character, repeated any number of times
\|the literal | (12410 / 1748 / 7C16)
\s*any whitespace character, repeated any number of times
?repeats the group contents below at most once:
+matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
a-zone character from a (9710) to z (12210) (case sensitive)
\s*any whitespace character, repeated any number of times
\|the literal | (12410 / 1748 / 7C16)
\s*any whitespace character, repeated any number of times
?repeats the group contents below at most once:
\d+a digit, repeated at least once
\s*any whitespace character, repeated any number of times
\|the literal | (12410 / 1748 / 7C16)
\s*any whitespace character, repeated any number of times
?repeats the group contents below at most once:
\d+a digit, repeated at least once
g modifier: global. Finds all matches instead of stopping after the first