function::isinstr
Returns whether a string is a substring of another string
- Provided by: systemtap-doc (Version: 5.0-2ubuntu1)
- Source: systemtap
- Report a bug
Returns whether a string is a substring of another string
isinstr:long(s1:string,s2:string)
s1
s2
This function returns 1 if string s1 contains s2, otherwise zero.