Unix and Linux Discussions Tagged with function |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
12,870 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,508 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
16,058 |
Shell Programming and Scripting |
|
|
|
3 |
2,113 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
11,576 |
Shell Programming and Scripting |
|
|
|
6 |
3,573 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,951 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
6,762 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
5,477 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
16,252 |
Shell Programming and Scripting |
|
|
|
6 |
5,821 |
Shell Programming and Scripting |
|
|
|
4 |
5,950 |
Shell Programming and Scripting |
|
|
|
4 |
3,550 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,211 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
5,618 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,261 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,889 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
1,710 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,704 |
Programming |
|
|
|
21 |
6,067 |
Shell Programming and Scripting |
|
|
|
1 |
5,773 |
Shell Programming and Scripting |
|
|
|
0 |
1,780 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
5,041 |
Web Development |
|
|
|
6 |
3,458 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,692 |
Shell Programming and Scripting |
|
|
|
3 |
5,867 |
Shell Programming and Scripting |
|
|
|
2 |
1,833 |
Shell Programming and Scripting |
|
|
|
5 |
2,214 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,931 |
Shell Programming and Scripting |
|
|
|
1 |
3,356 |
Shell Programming and Scripting |
|
|
|
0 |
2,770 |
Shell Programming and Scripting |
|
|
|
8 |
3,717 |
Shell Programming and Scripting |
|
|
|
2 |
2,669 |
Shell Programming and Scripting |
|
|
|
2 |
11,701 |
Shell Programming and Scripting |
|
|
|
2 |
11,084 |
Shell Programming and Scripting |
|
|
|
3 |
3,818 |
Shell Programming and Scripting |
|
|
|
2 |
3,540 |
Shell Programming and Scripting |
|
|
|
7 |
11,208 |
Shell Programming and Scripting |
|
|
|
1 |
10,164 |
Shell Programming and Scripting |
|
|
|
4 |
8,314 |
UNIX for Dummies Questions & Answers |
tapset::string(3stap) tapset::string(3stap)
NAME
tapset::string - systemtap string tapset
DESCRIPTION
strlen Returns the length of a string
See function::strlen(3stap)
for details.
substr Returns a substring
See function::substr(3stap)
for details.
stringat
Returns the char at a given position in the string
See function::stringat(3stap)
for details.
isinstr
Returns whether a string is a substring of another string
See function::isinstr(3stap)
for details.
text_str
Escape any non-printable chars in a string
See function::text_str(3stap)
for details.
text_strn
Escape any non-printable chars in a string
See function::text_strn(3stap)
for details.
- strtol
Convert a string to a long
See function::-strtol(3stap)
for details.
isdigit
Checks for a digit
See function::isdigit(3stap)
for details.
SEE ALSO
function::strlen(3stap), function::substr(3stap), function::stringat(3stap), function::isinstr(3stap), function::text_str(3stap),
function::text_strn(3stap), function::-(3stap), function::strtol(3stap), function::isdigit(3stap), stap(1), stapprobes(3stap)
IBM
--- tapset::string(3stap)