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 or Remove a single quote character in Informatica
Forget Code
Informatica
REPLACESTR - Replace or Remove a single quote character
Single quot character is treat as string operator in informatica. What if your input had single quote in the string and you want to remove them. Use the following code
REPLACESTR(1,input,CHR(39),NULL)
Input
Output
Adam's Apple
Adams Apple
John's
Johns
Johny
Johny
The above code removes the single quote character, and if you want to replace it with another character replace NULL with your character in above code
Tags for REPLACESTR - Replace or Remove a single quote character in Informatica
how to remove single quote in informatica
how to replace single quote in inforamtica
single quote in infomatica
informatica remove characters
informatica replace chr
reg_replace teradata
replace single quote in informatica
REPLACESTR informatica simple quote
single code replace with a character
escape single quote in regular expression in informatica
Contribute to Forget Code, help others.
Add snippet