Back to FabImage Library Lite website
You are here: Start » String » Substring

Substring
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Creates a string from a fragment of the input string.
Syntax
void fil::Substring ( const ftl::String& inString, const int inStart, const ftl::Optional<int>& inLength, ftl::String& outSubstring )