Today I learned how to use \b and \B to match prefixes and suffixes with regex.
\b
\B
The 2 hardest problems in programming are naming, cache invalidation, and off-by-one errors.