diff options
-rw-r--r-- | stapfuncs.3stap.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stapfuncs.3stap.in b/stapfuncs.3stap.in index ccc87b1d..b9326fde 100644 --- a/stapfuncs.3stap.in +++ b/stapfuncs.3stap.in @@ -154,6 +154,9 @@ Return the number of characters in str. substr:string (str:string,start:long, stop:long) Return the substring of str starting from character start and ending at character stop. .TP +stringat:string (str:string,pos:long) +Return the character in given position of string. +.TP isinstr:long (s1:string, s2:string) Return 1 if string s1 contains string s2, returns 0 otherwise. .TP |