May it be that `removeHTMLTags` returns a new `Str...
# announcements
m
May it be that
removeHTMLTags
returns a new
StringParser
instead of mutating the old one? Try
removeHTMLTags().removeSpecialCharacters()
instead.