produce an algorithm using the ide in order to remove html tags from a string and without googling for the solution
Anonymous
I tried to use regular expression but I was not able to provide that, so at the end I decided, just to provide something to apply replaceAll for some of the html tags. Not a good solution, I then thought about a new solution using a stream of characters and filtering (using a filter with a status) all that I had between '' included.
Check out your Company Bowl for anonymous work chats.