Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Today I learned about "subexpression modifiers" like `(?i)` and `(?-i)` to toggle case insensitivity on parts of a regular expression. Source: https://ruby-doc.org/core-3.1.2/Regexp.html#class-Regexp-label-Options
- Loading branch information