commands/strings library
Functions
-
commandColorCode(
List args) → String? -
Function of
str_colorcommand -
commandColorRGB(
List args) → String? -
Function of
str_color_rgbcommand -
commandConcat(
List args) → String -
Function of
concatcommand -
commandContains(
List args) → bool -
Function of
str_containscommand -
commandLength(
List args) → int -
Function of
str_lengthcommand -
commandReplaceAll(
List args) → String -
Function of
str_replace_allcommand -
commandReplaceFirst(
List args) → String -
Function of
str_replace_firstcommand -
commandSlice(
List args) → String -
Function of
str_slicecommand -
commandToLowerCase(
List args) → String -
Function of
str_lowcommand -
commandToUpperCase(
List args) → String -
Function of
str_upcommand