←back to thread

698 points jgrahamc | 1 comments | | HN request time: 0.328s | source
Show context
stevens32 ◴[] No.20425422[source]
For the regex novices here, would anyone mind explaining what that pattern is meant to match? More specifically, what `.(?:.=.*)` is meant to do?
replies(4): >>20425511 #>>20425513 #>>20425924 #>>20426517 #
Rapzid ◴[] No.20425924[source]
I could tell you but I also want to tell you to plug that bad boy into https://regex101.com/ . It will give you a written explanation of the regexp on the right. And now, would you have believed I knew without peeking? ;)
replies(1): >>20462046 #
1. stevens32 ◴[] No.20462046[source]
That is a super handy site, thanks!