statethe literal text state (case sensitive) \sany whitespace character
:the literal : (5810 / 728 / 3A16)
\sany whitespace character
+matches at least one character from the set below:
A-Zone character from A (6510) to Z (9010) (case sensitive)
_the literal _ (9510 / 1378 / 5F16)
-the literal - (4510 / 558 / 2D16)
\|the literal | (12410 / 1748 / 7C16)
Negated Character Class[^\|]+ +matches at least one character outside the set below:
\|the literal | (12410 / 1748 / 7C16)
\|the literal | (12410 / 1748 / 7C16)
$end of string, or before its final line terminator
g modifier: global. Finds all matches instead of stopping after the first