^start of line
Lathe literal text La (case sensitive) .+?any character (except for line terminators), repeated at least once
nothe literal text no (case sensitive) \s*any whitespace character, repeated any number of times
Group num_externe(?'num_externe'.+?) .+?any character (except for line terminators), repeated at least once
\sany whitespace character
.*any character (except for line terminators), repeated any number of times
\sany whitespace character
Non-Capturing Group(?:^.*\n)* *repeats the group contents below any number of times:
^start of line
.*any character (except for line terminators), repeated any number of times
\na line-feed (newline) character (ASCII 10)
.*any character (except for line terminators), repeated any number of times
installationthe literal text installation (case sensitive) \s*any whitespace character, repeated any number of times
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
Group ins_numins(?'ins_numins'.+?) .+?any character (except for line terminators), repeated at least once
\s+any whitespace character, repeated at least once
.*any character (except for line terminators), repeated any number of times
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
Group apt_localisation(?'apt_localisation'.+?) .+?any character (except for line terminators), repeated at least once
\s+any whitespace character, repeated at least once
.*any character (except for line terminators), repeated any number of times
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
Group apt_nom(?'apt_nom'.+?) .+?any character (except for line terminators), repeated at least once
\s+any whitespace character, repeated at least once
.*any character (except for line terminators), repeated any number of times
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
Group apt_email(?'apt_email'.*?) .*?any character (except for line terminators), repeated any number of times
\s+any whitespace character, repeated at least once
Typologie:the literal text Typologie: (case sensitive) .*any character (except for line terminators), repeated any number of times
\s*any whitespace character, repeated any number of times
Motifthe literal text Motif (case sensitive) .+?any character (except for line terminators), repeated at least once
:the literal : (5810 / 728 / 3A16)
\s*any whitespace character, repeated any number of times
Group qsy_lib(?'qsy_lib'.+?) .+?any character (except for line terminators), repeated at least once
\s*any whitespace character, repeated any number of times
Demande:the literal text Demande: (case sensitive) \s*any whitespace character, repeated any number of times
Group commentaire_externe(?'commentaire_externe'.+) .+any character (except for line terminators), repeated at least once
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