假设我们的字符串是-
string str = "amit123";
现在,使用allmatch()
method来获取布尔结果,无论字符串是只有字母还是现在-
boolean result = str.chars().allmatch(character::isletter);
以下是使用lambda表达式检查字符串是否仅包含字母的示例-
class main { public static void main(string[] args) { string str = "amit123"; boolean result = str.chars().allmatch(character::isletter); system.out.println("string contains only alphabets? = " result); } }
输出结果
让我们看另一个带有不同输入的示例-
string contains only alphabets? = false
class main { public static void main(string[] args) { string str = "jacob"; boolean result = str.chars().allmatch(character::isletter); system.out.println("string contains only alphabets? = " result); } }
输出结果
string contains only alphabets? = true
888棋牌游戏的友情链接: