Your Go-To Regular Expression Reference:
Control Characters
\cA and \ca represent SOH (start of heading), char code 1.
\cB and \cb represent STX (start of text), char code 2.
\cC and \cc represent ETX (end of text), char code 3.
\cD and \cd represent EOT (end of transmit), char code 4.
\cE and \ce represent E...
blog.amyshackles.com2 min read