Help for this page
| ^ REGEX METACHARS REGEX MODIFIERS && ^ string begin /i case insens. ... or xor {1,2} amount \w == [A-Za-z0-9_] \b word boundary \d == [0-9] \z string end \S, \W and \D negate
| ^ REGEX METACHARS REGEX MODIFIERS && ^ string begin /i case insens. ... or xor | alternation \w == [A-Za-z0-9_] \b word boundary \d == [0-9] \z string end \S, \W and \D negate