Replace instances of a substring within a string with another string.
Descrição: Searches for all instances of the find-string in provided variable and replaces them with replace-string. If replace-string is an empty string, this will effectively delete that substring. If max-replacements is specified, this função will stop after performing replacements max-replacements times.
Note The replacement only occurs in the output. The original variable is not altered.
STRREPLACE(varname,find-string[,replace-string[,max-replacements]])
varname find-string replace-string max-replacements
This documentation was generated from Asterisk branch 21 using version GIT