Query: function::isinstr
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
function::isinstr FUNCTION:(3stap) A collection of standard strin FUNCTION:(3stap)NAMEfunction::isinstr - Returns whether a string is a substring of another stringSYNOPSISisinstr:long(s1:string,s2:string)ARGUMENTSs1 string to search in s2 substring to findDESCRIPTIONThis function returns 1 if string s1 contains s2, otherwise zero. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)