Functionsutils$findSpecialCharsOn this page$findSpecialChars Finds and removes special characters from the specified text. Parameters ParameterDescriptiontextThe text to process Example <AoiClient>.addCommand({ name: "remove-special", code: ` $findSpecialChars[Hello! This is a #test123] `,});