table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::STR_REPLAC(3stap) | A collection of standard strin | FUNCTION::STR_REPLAC(3stap) |
NAME¶
function::str_replace - str_replace Replaces all instances of a substring with anotherSYNOPSIS¶
str_replace:string(prnt_str:string,srch_str:string,rplc_str:string)
ARGUMENTS¶
prnt_strthe 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.October 2018 | SystemTap Tapset Reference |