Top 3 Themes in the Discussion
| Theme | Summary | Supporting Quote |
|---|---|---|
| Regex misuse for structured data (e.g., HTML) | Many users warn against “parsing” HTML or XML with regular expressions, noting it only works for trivial, non‑nested cases. | *“If I am trying to e.g. count div tags with a regex like “\ |