importthe literal text import (case sensitive) +the literal (3210 / 408 / 2016) , repeated at least once
{the literal { (12310 / 1738 / 7B16)
*the literal (3210 / 408 / 2016) , repeated any number of times
Group export(?<export>([a-zA-Z0-9]+,?)+) +repeats the group contents below at least once:
Character Class[a-zA-Z0-9]+ +matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
,?optionally matches the literal , (4410 / 548 / 2C16)
*the literal (3210 / 408 / 2016) , repeated any number of times
}the literal } (12510 / 1758 / 7D16)
+the literal (3210 / 408 / 2016) , repeated at least once
fromthe literal text from (case sensitive) +the literal (3210 / 408 / 2016) , repeated at least once
"the literal " (3410 / 428 / 2216)
Group file(?<file>(\.{1,2}|([a-zA-Z0-9-_]+))((?=\/)\/[a-zA-Z0-9-_]+)*) Group 4(\.{1,2}|([a-zA-Z0-9-_]+)) \.{1,2}the literal . (4610 / 568 / 2E16) , repeated between 1 and 2 times
2nd Alternative([a-zA-Z0-9-_]+) Character Class[a-zA-Z0-9-_]+ +matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
-the literal - (4510 / 558 / 2D16)
_the literal _ (9510 / 1378 / 5F16)
Group 6((?=\/)\/[a-zA-Z0-9-_]+)* *repeats the group contents below any number of times:
\/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
Character Class[a-zA-Z0-9-_]+ +matches at least one character from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
0-9one character from 0 (4810) to 9 (5710)
-the literal - (4510 / 558 / 2D16)
_the literal _ (9510 / 1378 / 5F16)
"the literal " (3410 / 428 / 2216)
\s*any whitespace character, repeated any number of times
;the literal ; (5910 / 738 / 3B16)
g modifier: global. Finds all matches instead of stopping after the first