Forum Discussion
PaoloT
11 years agoLithium Alumni (Retired)
Hi,
you can either create and call an endpoint to do the filtering for you using one of the stripping tools provided in the utils context object , or call the rest API directly and implement the HTML stripping logic in your application.
Hope this helps,
Gursimrat
11 years agoLeader
I have used the below regex and this is working fine
?replace("<[^>]*>","", "r")
Do you think this could break?
?replace("<[^>]*>","", "r")
Do you think this could break?