GetSubStr( <string>, <start index>, <end index> )


Module: String

Summary:

Returns the substring of characters >= <start index> and < <end index>. <end index> is optional.