Strip special chars copy - Connect_CDC - connect_cdc_mimix_share - Latest

Connect CDC System Reference Guide

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (MIMIX Share)
Version
Latest
Language
English
Product name
Connect CDC
Title
Connect CDC System Reference Guide
Copyright
2024
First publish date
2003
Last edition
2024-08-20
Last publish date
2024-08-20T21:40:14.000381

Method:   Strip special chars copy

Function name:   cpystrp

Parameter list:   (CHAR input)

Return type:   CHAR

What the method does:    Strips any character from the input string that is not alphabetic (upper and lower case) and is not a numeric digit from 0 to 9 inclusive and replaces it with a blank. The method copies all characters one character at a time from source to target. For example:

the input string 'name&#' is sent to the target as 'name '.
the input string 'xAaBa $%^ \0 ,:;@ 1234<<>>?/"x' is sent as 'xAaBa                                       1234                     x'