Package-level declarations
Functions
Link copied to clipboard
Normalizes an arbitrary string to lowercase Latin characters and digits. Strips diacritics, removes non-alphanumeric characters, and collapses whitespace.
Link copied to clipboard
Walks the exception cause chain and returns the first cause matching type T, or null if none match.