386
Regex flavors (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] dactylotheca@suppo.fi 69 points 1 week ago

Some people, when confronted with a problem, think "I know, I'll use regular expressions." Now they have two problems.

[-] qaz@lemmy.world 24 points 1 week ago

Regex really isn't that bad when using named capture groups.

[-] dactylotheca@suppo.fi 16 points 1 week ago

Oh yeah they definitely have uses, but there's a real tendency for people to go a bit crazy with them. Complex regexen aren't exactly readable, there's all kinds of fun performance gotchas, there's sometimes other tools/algorithms that are more suitable for the task, and sometimes people try to use them to eg. parse HTML because they don't know that it is literally impossible to use regular expressions to parse languages that aren't regular

[-] frezik@midwest.social 10 points 1 week ago

It's entirely possible to parse HTML in PCRE. You shouldn't, but it is possible. The language stopped being strictly regular a long time ago and is entirely capable of doing it.

https://stackoverflow.com/a/4234491/830741

[-] dactylotheca@suppo.fi 7 points 1 week ago* (last edited 1 week ago)

Oh yeah, extensions which make them non-regular definitely can make it possible, but just because it's now somewhat possible with some regex engines doesn't mean it's a good idea

load more comments (4 replies)
load more comments (4 replies)
load more comments (6 replies)
this post was submitted on 05 Jul 2024
386 points (96.0% liked)

Programmer Humor

31314 readers
59 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS