diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-05-03 19:19:32 -0400 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2009-05-03 19:19:32 -0400 |
commit | 900dcfd69f1c86b2a27b27db38972347f693b263 (patch) | |
tree | 110caefd75efc6d3440adfe229d3e7c30fa3a6b1 /stapfuncs.3stap.in | |
parent | 823001c193485dd81d43c2b6af071d57b1eec769 (diff) | |
download | systemtap-steved-900dcfd69f1c86b2a27b27db38972347f693b263.tar.gz systemtap-steved-900dcfd69f1c86b2a27b27db38972347f693b263.tar.xz systemtap-steved-900dcfd69f1c86b2a27b27db38972347f693b263.zip |
Add manual for stringat function
Diffstat (limited to 'stapfuncs.3stap.in')
-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 |