Using group expressions in regular expression pattern matching

I’ve used group expressions in regexes many times, but only for replacement. Yesterday I learned that they can also be used for matching. For example, let’s say you have the text: Banananananas don’t grow in Mississississippi because banananas are afraid of getting turned into Missississippi’s famous bananana pudding. The following regular expression will find instances … Continue reading Using group expressions in regular expression pattern matching