Generates a SPARQL regex() call testing a string against a pattern.
regex()
Evaluates to true when text matches the regular expression pattern; with flags, applies the match modifiers, such as "i" for case-insensitivity.
true
text
pattern
flags
"i"
The expression evaluating to the string to test
The expression evaluating to the regular-expression pattern, typically a string
Optional
The expression evaluating to the match flags, or omitted for none
The regex() call
SPARQL 1.1 REGEX
Generates a SPARQL
regex()call testing a string against a pattern.Evaluates to
truewhentextmatches the regular expressionpattern; withflags, applies the match modifiers, such as"i"for case-insensitivity.