blob: 4b1ae4b0f16beb400453e053adba9d5160ad4ab5 [file] [log] [blame]
def pattern= ~"fdhsjk"
def matcher = pattern.matcher("fdg")
matcher.matches()
print 2==~"sdf"
if ((2=~"sdf").matches()) print true