Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.5

str_replace(3stap)


STR_REPLACE

STR_REPLACE

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

NAME

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.

DESCRIPTION

Returns the given string with substrings replaced.



str_replace(3stap)