this post was submitted on 14 Nov 2022
4 points (100.0% liked)
General Programming Discussion
7807 readers
2 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
JSON is not a regular language, so you can't parse it using regex: https://cstheory.stackexchange.com/questions/3987/is-json-a-regular-language
@pitbuster @yogthos
When the kiddies talk about "regular expressions" these days they don't mean it in the formal sense. They mean it in the sense of languages that evolved from regular expressions but which (badly) added features that go beyond regular languages.