Show Table of Contents
function::str_replace
Name
function::str_replace — str_replace Replaces all instances of a substring with another.
Synopsis
function str_replace:string(prnt_str:string,srch_str:string,rplc_str:string)
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.
General Syntax
str_replace:string(prnt_str:string, srch_str:string, rplc_str:string)
Description
This function returns the given string with substrings replaced.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.