itkach / aard2-android

Aard2 for Android, a simple dictionary app
GNU General Public License v3.0
425 stars 98 forks source link

[Feature Request] Allow regex in search #169

Closed knkski closed 8 months ago

knkski commented 8 months ago

Thanks for the great app! I'm wondering if it would make sense to allow for using a regex to search. Sometimes, I'd like to find all words that match a patterns such as a.*b.*c, and as far as I can tell that functionality doesn't exist. Does it make sense to add that in? I might be able to open a PR myself too if that would be preferred.

itkach commented 8 months ago

make sense to allow for using a regex to search

the way lookup works it's not possible to use regex