Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

preprocess_internal

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 NULL), which will be wrapped internally into stringr::regex(). All matches will be replaced by underscores (additionally to "_" and " ", for which this is always true). Underscores can later turned into another separator via postprocess.

Value

A character containing the parsed string.

Author(s)

Malte Grosser, malte.grosser@gmail.com


snakecase

Convert Strings into any Case

v0.11.0
GPL-3
Authors
Malte Grosser [aut, cre]
Initial release
2019-05-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.