Regular Expressions (Regex) Character Classes Cheat Sheet POSIX Character Classes for Regular Expressions & their meanings. RegexPal also provides you with a larger list of regex examples as well as a regex cheat sheet for reference. If you're using regex in a web project and would like a quick reference to the regex tokens available, use the regex cheat sheet above as well the tools mentioned to help simplify the regex expression building process.
Regular Expression Cheat Sheet Pdf
Regular Expression Sheet
Anchors
Character Classes
POSIX
Assertions
| Quantifiers
Escape Sequences
'Escaping' is a way of treating characters which have a special meaning in regular expressions literally, rather than as special characters. Common Metacharacters
Special Characters
| Groups and Ranges
Pattern Modifiers
String Replacement
|
C++ Regex Cheat Sheet
Made by Dave Child