mangle

Mangles str to remove special characters.

static pure
string
mangle
(
string str
)

Parameters

str string

The string to mangle.

Return Value

Type: string

A mangled version of the input string str with special characters replaced and non-alphanumeric characters removed.

Meta