Regular Expressions Cheat Sheet

Symbol Description < A less than at the start of the string matches the start of a line. % A percent sign at the start of the string matches the start of a line. ^ A circumflex at the start of the string matches the start of a line. .... [Read More]