function::isinstr(3) debian man page | unix.com

Man Page: function::isinstr

Operating Environment: debian

Section: 3

function::isinstr

FUNCTION:(3stap)					  A collection of standard strin					  FUNCTION:(3stap)

NAME
function::isinstr - 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. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages
function::ctime(3stap) - centos
tapset::stopwatch(3stap) - centos
tapset::conversions(3stap) - centos
tapset::speculative(3stap) - centos
tapset::timestamp(3stap) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results