No indexed scripts extend this script.
Returns the length of the passed string. (This function requires SKSE)
Returns the character at the given index in the given string. (This function requires SKSE)
Returns whether the character is a letter or not. (This function requires SKSE)
Returns whether the character is a digit or not. (This function requires SKSE)
Returns whether the character is punctuation or not. (This function requires SKSE)
Returns the index of the first occurence of specified phrase inside given string, optionally starting on selected position. (This function requires SKSE)
Returns a portion of the string starting at given index, optionally with specified amount of characters. (This function requires SKSE)
Returns the decimal equivalent of the given character. (This function requires SKSE)
returns a single character string interpreting c as a character
returns array of strings separated by the specified delimiter