From 900dcfd69f1c86b2a27b27db38972347f693b263 Mon Sep 17 00:00:00 2001 From: Wenji Huang Date: Sun, 3 May 2009 19:19:32 -0400 Subject: Add manual for stringat function --- stapfuncs.3stap.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stapfuncs.3stap.in') 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 -- cgit