the stirng to format.
the string formatted in bebab-case
Converts a string formatted in camelCase to a snake_case formatted one. By default also cleans the string from special characters.
the stirng to format.
the string formatted in snake_case
Cleans strings from special characters so it can safely be used in filenames.
the string to clean.
the cleaned string.
Converts a string formatted in camelCase to a kebab-case formatted one. By default also cleans the string from special characters.