REPLACE

Name

REPLACE -- 

Synopsis

REPLACE(oud;begin;aantal;nieuw)

Description

REPLACE geeft @oud, maar vervangt een @aantal tekens door @nieuw, beginnend vanaf @begin.

Deze functie is compatibel met Excel.

Examples

REPLACE("testen",2,3,"*****") is "t*****en"

See also

MID, SEARCH, SUBSTITUTE, TRIM.