List of utility methods to do English Check
if (Pattern.matches("^[\\x00-\\x7F]*$", msg)) { return true; } else { return false;