I have a string like that
const str = "<p><p><br></p>something</p>";
I want to check if the string has one or more char without <, >, p, /, b, r, (whitespace)
. In the above case it should true, because the string has char of s, o, m, e
e.t.c
How can do this check ?
p
`? Also, [beware Zalgo](https://stackoverflow.com/a/1732454/240443). – Amadan Feb 13 '20 at 06:36