FunctionsString$charCountOn this page$charCount Counts the occurrences of a character or returns the length of the string. Parameters ParameterDescriptiontextThe text to analyzefindCharOptional. The character to count occurrences of Example <AoiClient>.addCommand({ name: "count-characters", code: ` $charCount[hello world; o] `,});