
Last chance! 50% off unlimited learning
Sale ends in
Helper to replace special character.
specialr(
string = "",
replacement = "_",
specials = "[\|\/|\:|\*|\?|\\"|'|\<|\>|\|]"
)
string where specials will be replaced if found.
string replacement. Default is "_".
Default is '[\|\/|\:|\*|\?|\"|\'|\<|\>|\|]'.