StringUtils
Public Static Methods
split
static
Parameters
-
sInput string -
resultOutput vector (appends to existing elements) -
delimDelimiter string -
keep_emptyKeep empty tokens -
trim_spaceTrim whitespace from each token
Returns
Number of characters processed Example:split
static
trim
static
ltrim
static
rtrim
static
join
static
to_lower
static
to_upper
static
starts_with
static
ends_with
static
contains
static
replace_all
static
split_respecting_quotes
static
remove_whitespace
static
pad_left
static
pad_right
static
escape_json
static