@TxTechnician@lemmy.ml to Programmer Humor@lemmy.ml • 2 years agoProof that Regex is Hate Speech!message-square56fedilinkarrow-up1285arrow-down114file-text
arrow-up1271arrow-down1message-squareProof that Regex is Hate Speech!@TxTechnician@lemmy.ml to Programmer Humor@lemmy.ml • 2 years agomessage-square56fedilinkfile-text
minus-square@FooBarrington@lemmy.worldlinkfedilink16•2 years agoIt’s really not too bad as long as: you use a proper IDE (e.g. Regex101) with highlighting and piecewise explanations you use named capturing groups you give the regex a descriptive name in your code
minus-square@blackbirdbiryani@lemmy.worldlinkfedilink3•2 years agoPeople write regex in notepad and complain it doesn’t work on the first try…
It’s really not too bad as long as:
you use a proper IDE (e.g. Regex101) with highlighting and piecewise explanations
you use named capturing groups
you give the regex a descriptive name in your code
People write regex in notepad and complain it doesn’t work on the first try…