clean_string: Clean string by removing non-alphanumeric characters

View source: R/utils-parsers.R

clean_stringR Documentation

Clean string by removing non-alphanumeric characters

Description

Removes all non-alphanumeric and non-whitespace characters from a string.

Usage

clean_string(str)

Arguments

str

The string to clean

Value

A cleaned string with only alphanumeric characters and spaces


eyeris documentation built on June 19, 2026, 9:08 a.m.