.*?any character (except for line terminators), repeated any number of times
the literal (3210 / 408 / 2016)
.*?any character (except for line terminators), repeated any number of times
the literal (3210 / 408 / 2016)
.*?any character (except for line terminators), repeated any number of times
the literal (3210 / 408 / 2016)
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
.the literal . (4610 / 568 / 2E16)
:the literal : (5810 / 728 / 3A16)
*matches any number of characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
the literal (3210 / 408 / 2016)
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
.the literal . (4610 / 568 / 2E16)
:the literal : (5810 / 728 / 3A16)
*matches any number of characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
the literal (3210 / 408 / 2016)
*matches any number of characters from the set below:
.the literal . (4610 / 568 / 2E16)
0-9one character from 0 (4810) to 9 (5710)
the literal (3210 / 408 / 2016)
*matches any number of characters from the set below:
.the literal . (4610 / 568 / 2E16)
0-9one character from 0 (4810) to 9 (5710)
the literal (3210 / 408 / 2016)
*matches any number of characters from the set below:
.the literal . (4610 / 568 / 2E16)
0-9one character from 0 (4810) to 9 (5710)
the literal (3210 / 408 / 2016)
-the literal - (4510 / 558 / 2D16)
*matches any number of characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
the literal (3210 / 408 / 2016)
-the literal - (4510 / 558 / 2D16)
*matches any number of characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
the literal (3210 / 408 / 2016)
the literal (3210 / 408 / 2016)
the literal (3210 / 408 / 2016)
Negated Character Class[^:]+ :the literal : (5810 / 728 / 3A16)
Negated Character Class[^:]+ :the literal : (5810 / 728 / 3A16)
the literal (3210 / 408 / 2016)
the literal (3210 / 408 / 2016)
the literal (3210 / 408 / 2016)
"the literal " (3410 / 428 / 2216)
*the literal (3210 / 408 / 2016) , repeated any number of times
$end of line
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