fn: substr
[contents]
f++ :
n++ :
Contents
Syntax
The syntax for
substr(string, begin, end)
@substr(string, begin, end)
Description
The
f++ example
Example of
:=(string, str="hello\, world!") console(substr(str, 1, 4))
n++ example
Example of
@:=(string, str="hello\, world!") @console(@substr(str, 1, 4))