blob: 8b9d3be23011f4ce9697360da56192362517bff8 [file] [log] [blame]
/*
* Testcase Name : matches11.aql
* Description : Positive tests
* Success : Yes
* Date : 20th April 2012
*/
write output to nc1:"rttest/string_matches11.adm";
for $a in [matches("hello",null),
matches("hello","helllo"),
matches("hello"," "),
matches(null,"hello"),
matches(null, ""),
matches(null, null),
matches("hello","[^a-z]")]
return $a