WordsOf + Words_Len

WordsOf to create list of words from a block after converting every special character to space
List of words will be in format of ANString
Basically by counting how many times we found any of these chars [space] [enter] - _ , . < > ' " ; : ? ! ~ @ # $ % ^ & * ( ) [ ] { }

Words_Len to count how many words found (similar to Frequency function http://MyDev.net/?DevID=RR3ZA4TXRG)


Public

Tested

My Own Work

StringBlock, Sepa
Or
sStr

Views 4156
Downloads 1315