function::str_replace.3stap

Langue: en

Version: September 2010 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

function::str_replace - str_replace Replaces all instances of a substring with another.

SYNOPSIS

     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.