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
877

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
693

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
693

Hi,

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

Regards,

Ramya

Read only

Former Member
0 Likes
694

Hi,

Try using this function - it replaces strange characters:

SCP_REPLACE_STRANGE_CHARS

Kind Regards,

Brian Gonsales

Read only

0 Likes
693

Hi,

Thanks a lot for your help.

Regards,

Suba

Read only

Former Member
0 Likes
693

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