this post was submitted on 12 Nov 2023
272 points (95.6% liked)

Programmer Humor

37227 readers
144 users here now

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

Rules:

founded 5 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] d_k_bo@feddit.de 61 points 2 years ago (1 children)

I recommend using https://regex101.com/

It explains all parts of your regex and highlights all matches in your example text. I usually add a comment to a regex101 playground if I use a regex in code.