GNU/Linux |
CentOS 5.6 |
|
![]() |
function::substr(3stap) |
![]() |
function::substr − Returns a substring.
substr:string(str:string,start:long,length:long)
str |
The string to take a substring from |
|||
start |
Starting position. 0 = start of the string. |
|||
length |
Length of string to return. |
substr:string (str:string, start:long, stop:long)
Returns the substring of the up to the given length starting at the given start position and ending at given stop position.
![]() |
function::substr(3stap) | ![]() |