Fixes issues when text containing HTML tags are provided, causing failures under the spell check.
Html tags should now be removed from the list of words (result of the method getWordsInString), as they shouldn't be considered as words for spell checks.
The method getWordsInString returns an empty array if a null or empty string is provided as input.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
hbarbosa seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it.
Fixes issues when text containing HTML tags are provided, causing failures under the spell check.