logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::isinstr - Returns whether a string is a substring of another string

Arguments

s1
           string to search in

       s2
           substring to find

Description

       This function returns 1 if string s1 contains s2, otherwise zero.

Name

       function::isinstr - Returns whether a string is a substring of another string

See Also

tapset::string(3stap)

SystemTap Tapset Reference                         April 2024                           FUNCTION::ISINSTR(3stap)

Synopsis

           isinstr:long(s1:string,s2:string)

See Also