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 July 3, 2025, 9:08 a.m.