Skip to main content

Module string_utils

Module string_utils 

Source
Expand description

String utility functions for case conversion and fuzzy matching.

Provides helpers for field name normalization and similarity scoring.

Functionsยง

jaro_winkler
Calculate Jaro-Winkler similarity between two strings.
to_camel_case
Convert a string from snake_case to camelCase.
to_snake_case
Convert a string from camelCase or PascalCase to snake_case.