Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

REPLACE()

Synopsis

Replace a set of characters in a given string with another character.

Description

Iterates through a string replacing all the find-chars with replace-char. replace-char may be either empty or contain one character. If empty, all find-chars will be deleted from the output.

Note

Icon

The replacement only occurs in the output. The original variable is not altered.

Syntax

REPLACE(varname,find-chars[,replace-char])
Arguments
  • varname
  • find-chars
  • replace-char

Import Version

This documentation was imported from Asterisk Version SVN-trunk-r370328

  • No labels