Get the latest tech news
Show HN: Textcase: A Python Library for Text Case Conversion
A feature complete Python text case conversion library - zobweyt/textcase
underscores_, hyphens-, spaces, changes in capitalization from lowercase to uppercase aA, adjacent digits and letters a1, 1a, A1, 1A, and acroynms AAa(as in HTTPRequest). CaseConverter is a class that encapsulates the boundaries used for splitting and the pattern and delimiter for mutating and joining. textcase.boundary.DEFAULT_BOUNDARIES Default boundaries used for splitting strings into words, including underscores, hyphens, spaces, and capitalization changes.
Or read this on Hacker News