Hello all -
I'm really at wits end on this as I'm not having much success with locating
a function or other options I have. I'm working on a message board for a
website and I'm needing to check the length of the words that users put in.
For example, when someone puts in "yesssssssssssss!", I put together a small
function that omits all of the s's as this is wreaking havoc on the layout of
tables within the site. But I don't have a solution if someone types in
"ssss ssasdfjskldjfaskld;jfaskdf" as random ambiguous letters. I know I can
check the length of the entire string but don't know to check the words
within it.
Any help at this point is appreciated.
Thanks,
MN