isWord() ?
Hi, I am trying to do a quick tool to get palidromes. I need a function that will verify if a word is a real word. There is isText or isNumeric, but if there a isWord , which would return true for a valid word like 'table' and false for 'tebal'.
Is there something like that?
Attachment | Size |
---|---|
dictionary.txt | 2.38 MB |
Dictionary.xlsm | 2.9 MB |
isword
nop, but you can write one yourself pretty easily
Steps:
Download a dictionary?
Download a Dict? Sounds a bit extreme? :) Any suggestions?
dictionary
added one to your post... and an Excel file with a working IsWord function.
; - >
palindromes
Thanks. There were 108 palindromes in that list. (str = reverStr(str)