Query: function::isinstr
OS: centos
Section: 3stap
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FUNCTION::ISINSTR(3stap) A collection of standard strin FUNCTION::ISINSTR(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 June 2014 FUNCTION::ISINSTR(3stap)
Related Man Pages |
---|
function::ctime(3) - debian |
tapset::conversions(3stap) - centos |
tapset::signal(3stap) - centos |
tapset::speculative(3stap) - centos |
tapset::string(3stap) - centos |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
How to increment version inside a file? |
Shopt -s histappend |
Controlling user input |
[TIP] Processing YAML files with yq |