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

remove html-formatting

helmut_sieberer
Participant
0 Likes
1,045

Hello,

is there any Function or other way to remove html-formatting from a string

example

<b>test</b>

i only want 'test' as result

best would be call function that returns string without formatting

thanks very much

Helmut

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
667

Hi Helmut,

Please try with following FMs:

SOTR_TAGS_REMOVE_FROM_STRING

HRDSYS_CONVERT_FROM_HTML

SWA_STRING_REMOVE_SUBSTRING

Also, have a look at following threads for more information:

Cheers.

2 REPLIES 2
Read only

Former Member
0 Likes
668

Hi Helmut,

Please try with following FMs:

SOTR_TAGS_REMOVE_FROM_STRING

HRDSYS_CONVERT_FROM_HTML

SWA_STRING_REMOVE_SUBSTRING

Also, have a look at following threads for more information:

Cheers.

Read only

Andri
Participant
0 Likes
667

cl_http_utility=>escape_html( )