Back to FabImage Library Lite website
You are here: Start » All Functions » String » SplitString

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 )