SUBSTR

Format

SUBSTR( src , pos , len )

Function

SUBSTR("HOGE",-2,1)

Arguments

src
The original string to extract from.
pos
The character position to start extracting from (start of string = 0)
len
The number of characters to be extracted

Return value

Related

Version

Example