Regex Examples

09/18/2020

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

© 2023 by Ryan Rickgauer