List of utility methods to do Word Count
str = str.replaceAll(" [^\\x00-\\xff] ", " ** "); int length = str.length(); return length;