case sensitive exact match search
3 results found in 6 ms, displaying results 1-3
application test


define page root() {
if(/[0-9]/.find("ofsdfjsd=s7")){
"1 "
}
if(/[0-9]/.match("of44ft")){
"error"
}
if(/df/.find("ofsdfjsd767g---==ifjs7")){
"2 "
}
if(/5/.find("jfg782dfF")){
"error"
}
if(/1234[0-9]/.match("12349")){
"3 "
}

for(s : String in /-/.split("1-10-100-1000")){
output(s)
more fragments
"));
assert(source.contains("foo=\"f\""));
assert(/class=\"((a|d)\s?){2}\"/.find(source));
assert(source.contains("style=\"b e\""

s?){3}\"/.find(source));
assert(/style=\"((b|rs|os)\s?){3}\"/.find(source));
assert(source.contains("blub=\"c\""));
assert(source

callTemplate());
log(source);
assert(/class=\"((rc|oc|a|rc|oc|d)\s?){6}\"/.find(source));
assert(/style=\"((rs|os|b|rs|os|e)\s?){6}\"/.
more fragments
enableTime\s*:\s*true/.find(options) )
var isTimeOnly := ( /noCalendar\s*:\s*true/.find(options) )
var internalJavaDateFormat :=
if(

getPage().leaveLabelContext(); }
}
validate{
if( req != null ){
if( /-?\d+/.match( req ) ){
if( req.

getPage().leaveLabelContext(); }
}
validate{
if( req != null ){
if( /-?\d\d*\.\d*(E-?)?\d*/.match( req )
more fragments