1FUNCTION::STR_REPLAC(3staAp)collection of standard strFiUnNCTION::STR_REPLAC(3stap)
2
3
4
6 function::str_replace - str_replace Replaces all instances of a
7 substring with another
8
10 str_replace:string(prnt_str:string,srch_str:string,rplc_str:string)
11
13 prnt_str
14 the string to search and replace in
15
16 srch_str
17 the substring which is used to search in prnt_str string
18
19 rplc_str
20 the substring which is used to replace srch_str
21
23 This function returns the given string with substrings replaced.
24
25
26
27SystemTap Tapset Reference May 2022 FUNCTION::STR_REPLAC(3stap)