Defined in File StringUtil.cpp
util::
::
split
Split a string into parts based on a delimiter.
A vector of strings that are the split of the input.
[in] source: The source string to split.
[in] source
[in] delimiter: The delimiter characters.
[in] delimiter