StringUtil
- Found in:
- Baka
Inheritance Tree
No indexed scripts extend this script.
Structs
Properties
Events
Functions
- Found in:
- Baka
Returns the character at the passed index of the given string
- Found in:
- Baka
Returns true if the given character is punctuation, if more than a character is passed, only the first character is checked
- Found in:
- Baka
Returns true if the given character is "printable", if more than a character is passed, only the first character is checked
- Found in:
- Baka
Returns a string as an array of characters, a delimiter can optionally be passed to only split the string at certain characters
- Found in:
- Baka
Returns a array of strings as a single string, a delimiter can optionally be passed to be inserted between the strings
