strpiece

Purpose

Fetch substring of a string from startNumber to endNumber indexes. Zero-based.

Syntax

returnedString = strpiece(string, startNumber, endNumber)

returnedString - type: str
string - type: str
startNumber - type: int
endNumber - type: int

Returns

Remarks

Example

See Also

strsubst, strcontains, strcontainsnocase, strendswith, String Functions