I'm very new to regex and I'm trying to find instances of any of the following:
", FL,"
" FL "
" FL,"
", FL "
where FL can be any US state abbreviation, upper or lower case. (I know some of the above probably overlap.) Which leads me to the second part of my question: How do I write regex code that searches for all of the above, and for every US state abbreviation? (Why am I being asked to edit the question to be more specific? What's the point of making two posts when both are very related to each other? You may answer one or both questions if you wish. @The Fourth Bird)