Back to FabImage Library website
You are here: Start » Function Reference » String » SplitString
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Divides the input string into an array of strings using the specified delimiters.
Syntax
void fil::SplitString ( const ftl::String& inString, const ftl::Array<ftl::String>& inSplitters, const bool inRemoveEmptyEntries, ftl::Array<ftl::String>& outStrings )