function

strtr . string . sncode

VERSIONlatest Translate characters or replace substrings.

STRTR(1e)

NAME

strtr - Translate characters or replace substrings.

SYNOPSIS

strtr(str,from,to)

PARAMETERS

str
The string being translated.
from
The string being translated to to.
to
The string replacing from.

RETURN

Returns the translated string.

EXAMPLES

in:  res=<{strtr("'aa&<>xaòăààóôðîè","òăààóôðîè","oaaaoooie")}>.
out: res='aa&<>xaoaaaoooie.

AUTHOR

Written by Pusnei Sergey, <sergey@sednove.com>