You count the alpha-only words, "Let's, 21inc, ..." would't pass the check. So I changed your code to
ClassMethod findShort(s) As %Integer
{
s s=" "_s_" " f i=1:1 { ret:s?@(".e1"" """_i_"anp1"" "".e") i }
}I hope, it's OK...
- Log in to post comments