blob: 1e96b5fd603bdeeaf861f1bf6c150b560adf9527 [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("hello","[^a-z]")]
return $a