Group Servername(?<Servername>[\w. ()]+) +matches at least one character from the set below:
\wany word character
.the literal . (4610 / 568 / 2E16)
the literal (3210 / 408 / 2016)
(the literal ( (4010 / 508 / 2816)
)the literal ) (4110 / 518 / 2916)
\d+a digit, repeated at least once
+matches at least one character from the set below:
\wany word character
.the literal . (4610 / 568 / 2E16)
%the literal % (3710 / 458 / 2516)
\d+a digit, repeated at least once
+matches at least one character from the set below:
\wany word character
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
%the literal % (3710 / 458 / 2516)
+matches at least one character from the set below:
\da digit
-the literal - (4510 / 558 / 2D16)
+matches at least one character from the set below:
\wany word character
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
\da digit
%the literal % (3710 / 458 / 2516)
+matches at least one character from the set below:
\wany word character
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
%the literal % (3710 / 458 / 2516)
+matches at least one character from the set below:
\wany word character
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
+matches at least one character from the set below:
\wany word character
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
%the literal % (3710 / 458 / 2516)
+matches at least one character from the set below:
\wany word character
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
%the literal % (3710 / 458 / 2516)
+matches at least one character from the set below:
\wany word character
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
%the literal % (3710 / 458 / 2516)
+matches at least one character from the set below:
\wany word character
.the literal . (4610 / 568 / 2E16)
-the literal - (4510 / 558 / 2D16)
\d+a digit, repeated at least once
\da digit
%the literal % (3710 / 458 / 2516)
\da digit
%the literal % (3710 / 458 / 2516)
\da digit
#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