Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How can i find special char ' ' ' delete it in a string.

Former Member
0 Kudos
132

Hi,

(O'Donnell)… the ' should not be in the identifier it should look like: odonnell. There should be no punctuation in the identifiers.

How can find this special character in the string & delete that character.

Thanks.

<< Moderator message - basic question locked >>

Message was edited by: Rob Burbank

1 REPLY 1

venkateswaran_k
Active Contributor
0 Kudos
104

1. REPLACE [{FIRST OCCURRENCE}|{ALL OCCURRENCES} OF] <pattern>

        IN <text variable> WITH SPACE.