FUNCTION::SUBSTR(3stap) | A collection of standard strin | FUNCTION::SUBSTR(3stap) |
function::substr - Returns a substring
substr:string(str:string,start:long,length:long)
str
start
length
Returns the substring of the given string at the given start position with the given length (or smaller if the length of the original string is less than start + length, or length is bigger than MAXSTRINGLEN).
October 2018 | SystemTap Tapset Reference |