TxTechnician@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agoProof that Regex is Hate Speech!message-squaremessage-square13fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1message-squareProof that Regex is Hate Speech!TxTechnician@lemmy.ml to Programmer Humor@lemmy.ml · 1 year agomessage-square13fedilinkfile-text
minus-squared_k_bo@feddit.delinkfedilinkarrow-up0·1 year agoI 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.
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.