Sponsor:

Your company here, and a link to your site. Click to find out more.

function::strpos.3stap - Man Page

Returns location of a substring within another string

Synopsis

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

Arguments

s1

string to search in

s2

substring to find

Description

This function returns location of the first occurence of string s2 within s1, namely the return value is 0 in case s2 is a prefix of s1. If s2 is not a substring of s1, then the return value is -1.

See Also0

tapset::string(3stap)

Info

November 2023 SystemTap Tapset Reference A collection of standard strin