Regex Cheatsheet

02/28/2024

This is going to be a running of list of some regex examples for future reference. I like to use Dave Child's Regular Expressions Cheat Sheet if I need some syntax help.

Expression Result
\.log\b All strings ending in .log

© 2024 by Ryan Rickgauer