function::isinstr.3stap - Man Page
Returns whether a string is a substring of another string
Synopsis
isinstr:long(s1:string,s2:string)
Arguments
- s1
string to search in
- s2
substring to find
Description
This function returns 1 if string s1 contains s2, otherwise zero.
See Also0
tapset::string(3stap)
Info
April 2024 SystemTap Tapset Reference A collection of standard strin