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: 
Read only

Replacing special characters

Former Member
0 Likes
881

Hi All,

How can i replace special characters like & with 'and' ,# with 'num' etc WITHOUT using replace all occurance of.IS there any other way to replace them ?

Regards,

Suba.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
697

Hi,

Try using this function - it replaces strange characters:

SCP_REPLACE_STRANGE_CHARS

Kind Regards,

Brian Gonsales

4 REPLIES 4
Read only

Former Member
0 Likes
697

Hi,

I guess replace all occurences is the simplest way to achieve this.

Regards,

Ramya

Read only

Former Member
0 Likes
698

Hi,

Try using this function - it replaces strange characters:

SCP_REPLACE_STRANGE_CHARS

Kind Regards,

Brian Gonsales

Read only

0 Likes
697

Hi,

Thanks a lot for your help.

Regards,

Suba

Read only

Former Member
0 Likes
697

the suggested function module replaces special characters like ñ,Í,ü,ú,á,é,ó etc with n,I,u,a,e,o.