5 ms·
What a cool site, any documentation on other operators?
by sumobob 7y ago
What a cool site, any documentation on other operators?
- axaxs 7y agooh thanks. It was just some toy I made playing with golang and tries a few years back. It uses some linux word file as input, I just forget which. From memory, I think these are all the endpoints... /startswith/xyz /endswith/xyz /contains/xyz /anagrams/xyz - exact match anagrams /canmake/xyz - all words that can be made with that combination of letters
- taqwerty 7y agoWhat I do when looking for words is go to `/usr/share/dict/` and grep for things, for example `grep 'su$' american-english` gives me: Amaterasu Fujitsu Ginsu Ieyasu Iguassu jujitsu shiatsu tiramisu
- toyg 7y agoAll registered.