Strings
Accessing the Module
local STRINGS <const> = exports.boii_utils:get("modules.strings")Shared
capitalize(str)
Parameters
Name
Type
Description
Example
local result = STRINGS.capitalize("hello world") -- "Hello World"random_string(length)
Parameters
Name
Type
Description
Example
split(str, delimiter)
Parameters
Name
Type
Description
Example
trim(str)
Parameters
Name
Type
Description
Example
Last updated