Convert Strings into any Case


[Up] [Top]

Documentation for package ‘snakecase’ version 0.7.1

Help Pages

abbreviation_internal Internal abbreviation marker, marks abbreviations with an underscore behind. Useful if parsinoption 1 is needed, but some abbreviations need parsingoption 2.
caseconverter Specific case converter shortcuts
check_design_rule Internal helper to test the design rules for any string and setting of 'to_any_case()'
preprocess_internal Internal function that replaces regex matches with underscores
protect_internal Internal protect helper (deletes the separators around protected regex matches).
replace_special_characters_internal Internal helper to replace special characters.
to_any_case General case conversion
to_lower_camel_case Specific case converter shortcuts
to_lower_upper_case Specific case converter shortcuts
to_mixed_case Specific case converter shortcuts
to_parsed_case Specific case converter shortcuts
to_parsed_case_internal Internal parser, which is relevant for preprocessing, parsing and parsing options
to_screaming_snake_case Specific case converter shortcuts
to_snake_case Specific case converter shortcuts
to_upper_camel_case Specific case converter shortcuts
to_upper_lower_case Specific case converter shortcuts