Skip to content Skip to sidebar Skip to footer
Showing posts with the label Capitalization

Keep Uppercase After / In A String

I'm trying to title the following string: 'Men's L/S long sleeve' I'm using st… Read more Keep Uppercase After / In A String

Python Regex Catch Multi Caps Words And Adjacent Words

I have a regex that does the following: Find a word that has two or more adjacent capital letters … Read more Python Regex Catch Multi Caps Words And Adjacent Words