Toggle navigation
Log in
Sign Up
Log in
Sign Up
Appium
C
C#
C++
Docker
Go
Informatica
Java
JavaScript
Kafka
Numpy
Oracle
Pandas
PHP
Py Spark
Python
R
React Native
Scipy
SFTP
Tableau
Teradata
TGMC
UNIX
Introducing
Radical.sh
Forget Code launches a powerful code generator for building API's
Forget_Code.Models.CategoryViewModel
Add a new snippet
Conversion Functions
1
Date Functions
8
Encryption
1
Math Functions
2
Operators
1
String Functions
9
Choose Category
REPLACESTR - Replace a string with another string in Informatica
Forget Code
Informatica
REPLACESTR - Replace a string with another string
REPLACESTR is used when one input string (or more) has to be replaced with another string. Note the following example replace ab and bc with *
Example : Replace old with new
REPLACESTR ( 1, INPUT, 'old', 'new')
INPUT
RETURN VALUE
old
new
oldkeyboard
newkeyboard
old mouse
new mouse
hold
hnew
Example : More than input with one replacement
REPLACESTR ( 1, INPUT, 'ab', 'bc', '*' )
INPUT
RETURN VALUE
abc
*c
abbc
**
abbbbc
*bb*
bc
*
Tags for REPLACESTR - Replace a string with another string in Informatica
replacestr in informatica
replace a string in informatica
replacestr syntax in informatica
how to use replacestr function in informatica
replacestr informatica example
informatica replacestr() syntax
replacechr function in informatica
how to replace a string in informatica
informatica replace string
Contribute to Forget Code, help others.
Add snippet