fork(77) download
  1. class Ideone {
  2. static void main(String[] args) {
  3. def list1= ["README.md", "test1.txt","/desktop/openmpi.txt"]
  4. print(list1.any { it =~ /(?i)\.(?:md|txt)$/ } )
  5. }
  6. }
  7.  
Success #stdin #stdout 1.7s 135748KB
stdin
Standard input is empty
stdout
true