Back to Aurora Vision 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: | avl |
Divides the input string into an array of strings using the specified delimiters.
Syntax
void avl::SplitString ( const atl::String& inString, const atl::Array<atl::String>& inSplitters, const bool inRemoveEmptyEntries, atl::Array<atl::String>& outStrings )