<html>
<head>
<base href="https://wiki.asterisk.org/wiki">
<link rel="stylesheet" href="/wiki/s/en/2172/18/9/_/styles/combined.css?spaceKey=AST&forWysiwyg=true" type="text/css">
</head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
<h2><a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_REPLACE">Asterisk 11 Function_REPLACE</a></h2>
<h4>Page <b>added</b> by <a href="https://wiki.asterisk.org/wiki/display/~wikibot">Wiki Bot</a>
</h4>
<br/>
<div class="notificationGreySide">
<h1><a name="Asterisk11Function_REPLACE-REPLACE%28%29"></a>REPLACE()</h1>
<h3><a name="Asterisk11Function_REPLACE-Synopsis"></a>Synopsis</h3>
<p>Replace a set of characters in a given string with another character.</p>
<h3><a name="Asterisk11Function_REPLACE-Description"></a>Description</h3>
<p>Iterates through a string replacing all the <em>find-chars</em> with <em>replace-char</em>. <em>replace-char</em> may be either empty or contain one character. If empty, all <em>find-chars</em> will be deleted from the output.</p>
<div class='panelMacro'><table class='infoMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/information.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Note</b><br />The replacement only occurs in the output. The original variable is not altered.</td></tr></table></div>
<h3><a name="Asterisk11Function_REPLACE-Syntax"></a>Syntax</h3>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>REPLACE(varname,find-chars[,replace-char])</pre>
</div></div>
<h5><a name="Asterisk11Function_REPLACE-Arguments"></a>Arguments</h5>
<ul>
        <li>varname</li>
        <li>find-chars</li>
        <li>replace-char</li>
</ul>
<h3><a name="Asterisk11Function_REPLACE-ImportVersion"></a>Import Version</h3>
<p>This documentation was imported from Asterisk Version SVN-trunk-r370322</p>
</div>
<div id="commentsSection" class="wiki-content pageSection">
<div style="float: right;" class="grey">
<a href="https://wiki.asterisk.org/wiki/users/removespacenotification.action?spaceKey=AST">Stop watching space</a>
<span style="padding: 0px 5px;">|</span>
<a href="https://wiki.asterisk.org/wiki/users/editmyemailsettings.action">Change email notification preferences</a>
</div>
<a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_REPLACE">View Online</a>
|
<a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+11+Function_REPLACE?showComments=true&showCommentArea=true#addcomment">Add Comment</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>