table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::STRINGAT(3stap) | A collection of standard strin | FUNCTION::STRINGAT(3stap) |
NAME¶
function::stringat - Returns the char at a given position in the stringSYNOPSIS¶
stringat:long(str:string,pos:long)
ARGUMENTS¶
strthe string to fetch the character from
pos
the position to get the character from (first character
is 0)
DESCRIPTION¶
This function returns the character at a given position in the string or zero if the string doesn't have as many characters. Reports an error if pos is out of bounds.SEE ALSO0¶
tapset::string(3stap)November 2020 | SystemTap Tapset Reference |