trevor@lemmy.ml to Open Source@lemmy.mlEnglish · 7 days agoAnnouncing list2regexp - Generate regular expressions to match lists of stringscodeberg.orgexternal-linkmessage-square23linkfedilinkarrow-up138arrow-down12cross-posted to: opensource@programming.dev
arrow-up136arrow-down1external-linkAnnouncing list2regexp - Generate regular expressions to match lists of stringscodeberg.orgtrevor@lemmy.ml to Open Source@lemmy.mlEnglish · 7 days agomessage-square23linkfedilinkcross-posted to: opensource@programming.dev
minus-squareHotChickenFeet@sopuli.xyzlinkfedilinkarrow-up3·7 days ago(?: strings|stringb|stringc) Is valid regex given a list of strings to match, no? Is the advantage here some performance gain or potential to use fewer characters depending on the list? Edit: I see elsewhere it’s specifically so you can match against a long list of specific IPs - so maybe a bit of both.
(?: strings|stringb|stringc)
Is valid regex given a list of strings to match, no?
Is the advantage here some performance gain or potential to use fewer characters depending on the list?
Edit: I see elsewhere it’s specifically so you can match against a long list of specific IPs - so maybe a bit of both.