background preloader

Regular Expressions

Facebook Twitter

Regular Expressions (RegEx) - Quick Reference. Using regex in sublime text. Regex Tutorial - Literal Characters and Special Characters. The most basic regular expression consists of a single literal character, such as a.

Regex Tutorial - Literal Characters and Special Characters

It matches the first occurrence of that character in the string. If the string is Jack is a boy, it matches the a after the J. RegExr : Create & Test Regular Expressions.