trevor@lemmy.ml to Open Source@lemmy.mlEnglish · 3 days agoAnnouncing list2regexp - Generate regular expressions to match lists of stringscodeberg.orgexternal-linkmessage-square23fedilinkarrow-up145arrow-down11
arrow-up144arrow-down1external-linkAnnouncing list2regexp - Generate regular expressions to match lists of stringscodeberg.orgtrevor@lemmy.ml to Open Source@lemmy.mlEnglish · 3 days agomessage-square23fedilink
minus-squareHotChickenFeet@sopuli.xyzlinkfedilinkarrow-up3·edit-22 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.