CAS 6


replacechar
- Text

Summary

Replace characters in text field.

Description

NOTE: This is not a field mapping function.

This is for replacing characters WITHIN a field's value.

NOTE 2: This function operates on individual characters not strings.

Examples

replacechar LOANID '/' '-' 
replacechar PAYHIST '123' '0' 
replacechar TEXTFIELD '12' 'AB' 

Syntax

replacechar TextField 'String1' 'String2'

Right Arguments

Name Data Type Input Type Description Optional Default
TextField Text Field, Constant Raw data No
String1 Text Field, Constant Characters to be replaced No
String2 Text Field, Constant Characters to replace them with No

Result

Type: Text

Modified data



Build 6.0.624