commands/strings library

Functions

commandColorCode(List args) String?
Function of str_color command
commandColorRGB(List args) String?
Function of str_color_rgb command
commandConcat(List args) String
Function of concat command
commandContains(List args) bool
Function of str_contains command
commandLength(List args) int
Function of str_length command
commandReplaceAll(List args) String
Function of str_replace_all command
commandReplaceFirst(List args) String
Function of str_replace_first command
commandSlice(List args) String
Function of str_slice command
commandToLowerCase(List args) String
Function of str_low command
commandToUpperCase(List args) String
Function of str_up command