Open jakubklimek opened 10 years ago
Virtuoso 2201B Error SR098: regexp error at '\u00a7' column 1 (PCRE does not support \L, \l, \N, \U, or \u) SPARQL query: define sql:big-data-const 0 #output-format:text/html define sql:signal-void-variables 1 select * where {?s ?p ?o FILTER regex(?o, '\\u00a7')} LIMIT 100
actually this is caused by the two backslashes in the filter. With only one it works. But still, a strange error
We shall look into this issue which seems to be in the PCRE library being used ...
actually this is caused by the two backslashes in the filter. With only one it works. But still, a strange error