When using angle brackets in Java regex, what is difference between "\\<" and just "<"?
When I tested, the result was same(or I might miss some cases).
If they are same, why people add "\\" redundantly? Like this or this?
Note: I'm not asking how I can remove HTML from string, so please don't recommend me like JSoup or JTidy.