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

Modify special characters

Former Member
0 Likes
439

Hi guys,

I'm facing the following requirement. I need to uppercase and modify special characters from a specific string / char.

Example:

André Calçada João

Replace by:

ANDRE CALCADA JOAO

Is there a function module to modify this special characters by the "normal" letter. (Uppercase it's easy just need the Translate to uppercase command)

Thanks in advance.

Cheers,

Andre Sousa

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
399

Hi,

Check if SCP_REPLACE_STRANGE_CHARS helps in replacing the special characters into normal characters

Vikranth

2 REPLIES 2
Read only

Former Member
0 Likes
400

Hi,

Check if SCP_REPLACE_STRANGE_CHARS helps in replacing the special characters into normal characters

Vikranth

Read only

0 Likes
399

Thanks a lot!