Hubthe literal text Hub (case sensitive) \.the literal . (4610 / 568 / 2E16)
configthe literal text config (case sensitive) \.the literal . (4610 / 568 / 2E16)
setthe literal text set (case sensitive) \(the literal ( (4010 / 508 / 2816)
'the literal ' (3910 / 478 / 2716)
\w*a Unicode word character, repeated any number of times
\s*a Unicode whitespace character, repeated any number of times
{the literal { (12310 / 1738 / 7B16)
*matches any number of characters from the set below:
\sa Unicode whitespace character
\Sany character that is not Unicode whitespace
}the literal } (12510 / 1758 / 7D16)
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