Wallet Hub interview question

produce an algorithm using the ide in order to remove html tags from a string and without googling for the solution

Interview Answer

Anonymous

14 Jun 2018

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.