You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering whether you could add a _function parameter, that allows you to use for example regex inside SPARQL. Of course, this is already possibly, but it feels strange, because you need to omit the outer ". So the _function would strip the outer " from the input given.
See for example [1], where I have used ^b", "i as myOccupationRegex input and es for 2letterLanguageTag for the get-hisco-hiscam query under 'hiscam'.
Hi,
I was wondering whether you could add a
_function
parameter, that allows you to use for example regex inside SPARQL. Of course, this is already possibly, but it feels strange, because you need to omit the outer"
. So the_function
would strip the outer"
from the input given.See for example [1], where I have used
^b", "i
as myOccupationRegex input andes
for 2letterLanguageTag for theget-hisco-hiscam
query under 'hiscam'.[1] http://grlc.io/api/CLARIAH/wp4-queries-hisco/commit/c9b0bfd9aef531f91b9b0826b51281c4ad4cae81#/hisco/get_get_hisco_hiscam
The text was updated successfully, but these errors were encountered: