remove_all_spec_char: removes all non alphanumerical characters except - and _ from...

View source: R/lib_string.R

remove_all_spec_charR Documentation

removes all non alphanumerical characters except - and _ from a string

Description

removes all non alphanumerical characters except - and _ from a string

Usage

remove_all_spec_char(s, repl = "_")

Arguments

s

input string

repl

replacement character

Value

string with special characters removed


jorritvm/jrutils documentation built on Feb. 14, 2023, 11:33 p.m.