1FUNCTION::STR_REPLAC(3staAp)collection of standard strFiUnNCTION::STR_REPLAC(3stap)
2
3
4

NAME

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

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

23       This function returns the given string with substrings replaced.
24
25
26
27SystemTap Tapset Reference         June 2018       FUNCTION::STR_REPLAC(3stap)
Impressum