This cheat sheet provides a concise summary of regular expression syntax and functions for working with regular expressions in R. It lists common regex patterns and modifiers, explains what they match, and provides examples of functions like grep, grepl, sub, gsub, and regexpr that allow extracting, replacing, and manipulating text using regex patterns in R. Key regex constructs covered include quantifiers, character classes, word boundaries, grouping, lookarounds, conditionals, escaping, and case-insensitive matching.