Y ykucuk Well-Known Member Licensed User Longtime User Sep 21, 2018 #1 How can I remove HTML tags from a string? Android : https://www.b4x.com/android/forum/threads/remove-html-formatting-from-a-string.34816/#content Thank you
How can I remove HTML tags from a string? Android : https://www.b4x.com/android/forum/threads/remove-html-formatting-from-a-string.34816/#content Thank you
Andrew (Digitwell) Well-Known Member Licensed User Longtime User Sep 21, 2018 #2 I find the following works in B4i and B4a. B4X: resultstring = Regex.replace("<[^>]*>",Inputstring,"") Upvote 0
I find the following works in B4i and B4a. B4X: resultstring = Regex.replace("<[^>]*>",Inputstring,"")