Group motif(?<motif>[^-]+) Negated Character Class[^-]+ +matches at least one character outside the set below:
-the literal - (4510 / 558 / 2D16)
\sany whitespace character
-the literal - (4510 / 558 / 2D16)
\sany whitespace character
Group commune(?<commune>.+) .+any character (except for line terminators), repeated at least once
\sany whitespace character
Group numero(?<numero>[\d-/]+\s?(?:BIS|TER|[A-Z]\s?)?)? ?repeats the group contents below at most once:
+matches at least one character from the set below:
\da digit
-the literal - (4510 / 558 / 2D16)
/the literal / (4710 / 578 / 2F16)
\s?optionally matches any whitespace character
Non-Capturing Group(?:BIS|TER|[A-Z]\s?)? ?repeats the group contents below at most once:
BISthe literal text BIS (case sensitive) TERthe literal text TER (case sensitive) A-Zone character from A (6510) to Z (9010) (case sensitive)
\s?optionally matches any whitespace character
\sany whitespace character
.*any character (except for line terminators), repeated any number of times
\sany whitespace character
-the literal - (4510 / 558 / 2D16)
\sany whitespace character
Group vehicule(?<vehicule>.+) .+any character (except for line terminators), repeated at least once