String::Substring

String::Substring
String Substring(UPInt start, UPInt end) const;
Description

Substring returns a substring of the original String.

Parameters
Parameters 
Description 
UPInt start 
Index of the first UTF-8 character of the substring. 
UPInt end 
Index of character after the last UTF-8 character of the substring. 
Return Value

A String.