DOKK / manpages / debian 11 / systemtap-doc / function::str_replace.3stap.en
FUNCTION::STR_REPLAC(3stap) A collection of standard strin FUNCTION::STR_REPLAC(3stap)

function::str_replace - str_replace Replaces all instances of a substring with another


str_replace:string(prnt_str:string,srch_str:string,rplc_str:string)

prnt_str

the string to search and replace in

srch_str

the substring which is used to search in prnt_str string

rplc_str

the substring which is used to replace srch_str

This function returns the given string with substrings replaced.

November 2020 SystemTap Tapset Reference