Skip to Content
0
Former Member
Nov 14, 2012 at 05:25 AM

A question about replacement of exceptional character in one string

36 Views

Hello Expert,

In my file, there is some exceptional character as below marked with red rectangle.

I wrote a program and want to replace it with space.

In debug mode, the content of this line is as below:

I tried to replace the exceptional character with below statement:

REPLACE ALL OCCURRENCES OF '# ' IN wa_customer_solution-tdline WITH ' '.

But the replacement failed because of wrong pattern used. Can any expert tell me what pattern should be used here, or how to find the right pattern.

By the way, it seems the exceptional character maps to '00010020' in Hexadecimal Value.

Thanks in advance for your help.

Best Regards,

Johnny

Attachments

1.jpg (8.7 kB)
4.jpg (13.2 kB)