package
Version:
v4.2.0
Opens a new window with list of versions in this module.
Published: Jul 5, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package textutil provides small, generic (non-domain) string helpers that apps
otherwise reinvent (U7).
Humanize turns an enum/identifier like "credit_card", "creditCard", or
"credit-card" into a human Title-case-first phrase: "Credit card".
TitleCase capitalizes the first letter of every word in an identifier:
"credit_card" -> "Credit Card".
Source Files
¶
Click to show internal directories.
Click to hide internal directories.