User Tools

Site Tools


prpl:substring

<- PRPL reference <- Strings

Substring

ArgumentsResultNotation
string int int string [string int int- string]

Description

String, Arg1: string to find substring from Int, Arg2: index for the start of the substring (the first character of a string has index 0) Int, Arg3: length of the substring TODO

Examples

Trace( Substring("Particle" 1 3)) # Prints "art" 
prpl/substring.txt · Last modified: 2016/12/02 18:33 by 127.0.0.1