MRGRD56 / mrgrd56.github.io

My GitHub Pages repo
https://mrgrd56.github.io/
5 stars 0 forks source link

h***h*****-dictionaries: add NOT exact search by id #47

Closed MRGRD56 closed 2 years ago

MRGRD56 commented 2 years ago

for example, like this: ~.503 searches by ID containing .503

OR (AND) add regex support

like #/^.+\.503$/ searches by ID by regex ^.+\.503$, #/\.503/ searches ID containing .503