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::str_replace - str_replace Replaces all instances of a substring with another

Arguments

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

Description

       This function returns the given string with substrings replaced.

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

Name

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

Synopsis

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

See Also