string_get_substring (string text, integer start, integer end) ⇒ string
Returns a substring that is a portion of the main string, text, that begins at the index start and finishes at the index end.
Alternative function names: str_substring
First available: Version 1.3.3
Comments