blob: ca02d570fb72476868a83c60a0ae09b99a79cea5 [file] [log] [blame]
drop dataverse test if exists;
create dataverse test;
use dataverse test;
write output to nc1:"rttest/string_end-with4.adm";
let $c1 := end-with("ends","ss")
return {"result1": $c1}