Saturday, March 26, 2016

Every Word

Two things that this app does.

Task 1. List out all words that matches the pattern/wildcard you entered.

Use:
useful when you compose rhymes because words end with similar phonetics.

Example:
You searched for this, [a-z]*ble,
It means to search all the words starting with "a to z" and repeatation but ending with "ble"

some outputs are:
able
accessible
amiable
edible
adorable
decidable
...

Task 2. List out all the words that can be made using letters of word you searched for

Use:
When you want to give name for something new from something old but keep some features like both contains common characters.

Example: You searched for, hagrid

some output are:
dad
high
grid
radar

Note that these every letters of this word belong to "hagrid"


If you want this app in your smartphone you can download below

If you want source code then click me to download

No comments:

Post a Comment