Regular Expressions (RegEx) CheatSheet for Developers
Regular Expressions Introduction
Regular expressions (also referred to as rational expressions) are sequences of characters that specify a search pattern in the text. Such patterns are often used in string-searching algorithms to perform "find" and "find and replace" operations on strings, or to validate inputs.