About Upper-Case syntax in ARC2

16 views
Skip to first unread message

Dhira P. Yuga

unread,
Apr 18, 2012, 6:45:48 AM4/18/12
to arc...@googlegroups.com
Hai,

I follow sparql fn:upper-case(?something), it's not work with ARC 2...
Are there another way to make Upper-Case?
please help me...

--
Regards,


Dhira P. Yuga

Javlearner

unread,
Apr 19, 2012, 2:51:25 AM4/19/12
to arc...@googlegroups.com
You can user the "i" flag instead of fn:upper-case(?something),
FILTER regex(?title, "web", "i" ) 

Best Regard

Javlearner

unread,
Apr 19, 2012, 2:27:43 AM4/19/12
to arc-dev
For case-insensitive you can use "i" flag.

SELECT ?title
WHERE { ?x dc:title ?title
FILTER regex(?title, "web", "i" )
}



Reply all
Reply to author
Forward
0 new messages