dnswarden / blocklist-staging

Staging blacklist/whitelist/customlist repo for dnswarden
MIT License
18 stars 4 forks source link

Clean up syntaxes #42

Closed SpencerIsGiddy closed 1 year ago

SpencerIsGiddy commented 1 year ago

[0-9] mean the same thing as \d and {1,} mean the same thing as +

bhanupratapys commented 1 year ago

First let me set up a small dumb test to check regex syntax changes, then we can rebase and merge this 😅

bhanupratapys commented 1 year ago

You will have to resolve the conflicts. Suggested regex will work, but i didn't implement in https://github.com/dnswarden/blocklist-staging/pull/43