function::str_replace
str_replace Replaces all instances of a substring with another
- Provided by: systemtap-doc (Version: 5.0-2ubuntu1)
- Source: systemtap
- Report a bug
str_replace Replaces all instances of a substring with another
str_replace:string(prnt_str:string,srch_str:string,rplc_str:string)
prnt_str
srch_str
rplc_str
This function returns the given string with substrings replaced.