preprocess_internal {snakecase} | R Documentation |
Internal function that replaces regex matches with underscores
Description
Internal function that replaces regex matches with underscores
Usage
preprocess_internal(string, sep_in)
Arguments
string |
A string. |
sep_in |
(short for separator input) A regex supplied as a character (if not |
Value
A character containing the parsed string.
Author(s)
Malte Grosser, malte.grosser@gmail.com
[Package snakecase version 0.11.1 Index]