Replace - 7.3

Talend Data Mapper Functions Reference Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-01-05

Replaces characters that match a regular expression with a specified string.

Arguments

Input value Specify the string in which the replacement is to be performed.

Properties

Pattern Enter a regular expression defining the pattern that the string must match to be replaced.

This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored.

Replacement string Enter a string that replaces the existing characters identified by the pattern.

This property is also available as an argument. If you specify both, the argument value is used and the property value is ignored.

Only first occurrence? Select this check box to replace only the first occurrence of the pattern in the specified input value.