You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a first iteration of it. For now it just supports * to match any number of letters ? to match a single letter
This first version is quite simple because I just have to translate those symbols to the corresponding ones in SQLite (% and _ respectively).
I can probably tackle excluding words without too much additional work in a second version. Not too sure about the anagrams though: that might be a bit difficult to implement.
I'll add a comment here when the first version is published.
Cheers
Currently, I use "MoreWords" to find words that follow a certain pattern. This app seems like it could do something similar.
For example:
Also, you can search for anagrams by typing in random letters.
I find these useful in my poem writing.
The text was updated successfully, but these errors were encountered: