Man Page: function::isinstr
Operating Environment: centos
Section: 3stap
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::ansi_set_color3(3) - debian |
| function::ctime(3) - debian |
| function::ctime(3stap) - centos |
| function::ansi_set_color3(3stap) - centos |
| tapset::timestamp(3stap) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| Tar Command |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |