FunctionsMisc$isStringOn this page$isString Will check if the given string is valid. Parameters ParameterDescriptioncontentcontent for check Example <AoiClient>.addCommand({ name: "misc", code: ` $isString[true] $isString[%^:#] `,});