All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xsparql.testcases-dawg-sparql-1.1.functions.substring02.xsparql Maven / Gradle / Ivy

The newest version!
prefix : 

{for $s $str (substr($str,2) as $substr) from  where {
	$s :str $str
}

return 
 
	{$str}
	{$s}
	{$substr}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy