• HotChickenFeet@sopuli.xyz
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 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.