diff options
author | bptato <nincsnevem662@gmail.com> | 2023-07-25 22:10:28 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-07-25 22:10:28 +0200 |
commit | dcec174b2af3af816180772f948575f896d58d20 (patch) | |
tree | 72006d4d310f7f7411b9e684567786e9b634f902 /src/html/htmlparser.nim | |
parent | 5153b064d59b627cd2ea061bf88078cbfddfafa6 (diff) | |
download | chawan-dcec174b2af3af816180772f948575f896d58d20.tar.gz |
Add compileMatchRegex
This makes it so that host = 'example\.org' mandates an exact match, but host = '^example' matches example.org, example.com, etc. (Previously, 'example\.org' would have matched exampleexample.org as well, which was quite counter-intuitive.)
Diffstat (limited to 'src/html/htmlparser.nim')
0 files changed, 0 insertions, 0 deletions