これを尋ねるのはほとんど恥ずかしいですが、問題が見つからないようです...
私はこの声明を得ました:
if (name_region.matches("")){
System.out.println("He shows this");
}
if (region.contains(name_region.substring(0, 2))||(firstLine == true)||(name_region.matches(""))){
System.out.println("he doesn't show this");
}
彼は最初のものには合格しますが、2番目のものには合格しません。
2番目のものも渡す必要があると思いますが、ORステートメントですよね?
ここで何が間違っていますか?