| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |
str-substring aString startIndex [endIndex]
Extracts a substring from a string.
aString that is part of the substring.
The first character is at index 0, the next at index 1,
and so on, as for array indexing.
aString that is part of the
substring. If it is not specified it is taken to refer to the end
of the string.
aString
between startIndex and endIndex.
endIndex precedes startIndex then
an empty string is returned.
If endIndex is beyond the end of aString
then it is taken to refer to the end of the string.
| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |