1tapset::string(3stap) tapset::string(3stap)
2
3
4
6 tapset::string - systemtap string tapset
7
8
10 strlen Returns the length of a string
11
12 See function::strlen(3stap)
13 for details.
14
15 substr Returns a substring
16
17 See function::substr(3stap)
18 for details.
19
20 stringat
21 Returns the char at a given position in the string
22
23 See function::stringat(3stap)
24 for details.
25
26 isinstr
27 Returns whether a string is a substring of another string
28
29 See function::isinstr(3stap)
30 for details.
31
32 text_str
33 Escape any non-printable chars in a string
34
35 See function::text_str(3stap)
36 for details.
37
38 text_strn
39 Escape any non-printable chars in a string
40
41 See function::text_strn(3stap)
42 for details.
43
44 - strtol
45 Convert a string to a long
46
47 See function::-strtol[4m(3stap)
48 for details.
49
50 isdigit
51 Checks for a digit
52
53 See function::isdigit(3stap)
54 for details.
55
56
58 function::strlen(3stap), function::substr(3stap),
59 function::stringat(3stap), function::isinstr(3stap),
60 function::text_str(3stap), function::text_strn(3stap),
61 function::-(3stap), function::strtol(3stap),
62 function::isdigit(3stap), stap(1), stapprobes(3stap)
63
64
65
66IBM --- tapset::string(3stap)