1FUNCTION::ISINSTR(3stap)A collection of standard strinFUNCTION::ISINSTR(3stap)
2
3
4

NAME

6       function::isinstr - Returns whether a string is a substring of another
7       string
8

SYNOPSIS

10           isinstr:long(s1:string,s2:string)
11

ARGUMENTS

13       s1
14           string to search in
15
16       s2
17           substring to find
18

DESCRIPTION

20       This function returns 1 if string s1 contains s2, otherwise zero.
21

SEE ALSO

23       tapset::string(3stap)
24
25
26
27SystemTap Tapset Reference       November 2022        FUNCTION::ISINSTR(3stap)
Impressum