Rdocumentation
powered by
Learn R Programming
snakecase (version 0.11.1)
Convert Strings into any Case
Description
A consistent, flexible and easy to use tool to parse and convert strings into cases like snake or camel among others.
Copy Link
Link to current version
Version
Version
0.11.1
0.11.0
0.10.0
0.9.2
0.9.1
0.8.1
0.7.1
0.5.1
0.5.0
0.4.0
Install
install.packages('snakecase')
Monthly Downloads
249,497
Version
0.11.1
License
GPL-3
Issues
24
Pull Requests
1
Stars
152
Forks
9
Repository
https://github.com/Tazinho/snakecase
Maintainer
Malte Grosser
Last Published
August 27th, 2023
Functions in snakecase (0.11.1)
Search all functions
check_design_rule
Internal helper to test the design rules for any string and setting of
to_any_case()
to_any_case
General case conversion
caseconverter
Specific case converter shortcuts
replace_special_characters_internal
Internal helper to replace special characters.
to_parsed_case_internal
Internal parser, which is relevant for preprocessing, parsing and parsing options
abbreviation_internal
Internal abbreviation marker, marks abbreviations with an underscore behind. Useful if
parsing_option
1 is needed, but some abbreviations need
parsing_option
2.
relevant
Internal helper for "lower_upper", "upper_lower". This helper returns a logical vector with TRUE for the first and every second string of those which contain an alphabetic character
parsing_helpers
Parsing helpers
preprocess_internal
Internal function that replaces regex matches with underscores