diff --git a/sparql/sparql10/regex/index.html b/sparql/sparql10/regex/index.html index 7da821fb..8ecdfe9f 100644 --- a/sparql/sparql10/regex/index.html +++ b/sparql/sparql10/regex/index.html @@ -186,6 +186,448 @@

+
+ + regex-quantifier-optional: + + REGEX with an ? quantifier + REGEX with an ? quantifier +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-quantifier-optional.srx +
+
+
+
+ + regex-quantifier-zero-or-more: + + REGEX with an * quantifier + REGEX with an * quantifier +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-quantifier-zero-or-more.srx +
+
+
+
+ + regex-quantifier-one-or-more: + + REGEX with a + quantifier + REGEX with a + quantifier +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-quantifier-one-or-more.srx +
+
+
+
+ + regex-quantifier-counted-exact: + + REGEX with an {2} quantifier + REGEX with an {2} quantifier +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-quantifier-counted-exact.srx +
+
+
+
+ + regex-quantifier-counted-lower-bound: + + REGEX with an {,2} quantifier + REGEX with an {,2} quantifier +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-quantifier-counted-lower-bound.srx +
+
+
+
+ + regex-quantifier-counted-lower-upper-bounds: + + REGEX with an {2,} quantifier + REGEX with an {2,} quantifier +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-quantifier-counted-lower-upper-bounds.srx +
+
+
+
+ + regex-dot: + + REGEX with an . operator + REGEX with an . operator +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-dot.srx +
+
+
+
+ + regex-dot-all: + + REGEX with an . operator and the s option + REGEX with an . operator and the s option +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-dot-all.srx +
+
+
+
+ + regex-case-insensitive: + + REGEX with the i option + REGEX with the i option +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-case-insensitive.srx +
+
+
+
+ + regex-no-metacharacters: + + REGEX with the q option + REGEX with the q option +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-no-metacharacters.srx +
+
+
+
+ + regex-no-metacharacters-case-insensitive: + + REGEX with the iq option + REGEX with the iq option +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-no-metacharacters.srx +
+
+
+
+ + regex-start-end: + + REGEX with ^ and $ + REGEX with ^ and $ +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-start-end.srx +
+
+
+
+ + regex-start-end-multiline: + + REGEX with ^ and $ and m option + REGEX with ^ and $ and m option +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-start-end-multiline.srx +
+
+
+
+ + regex-char-class-expression: + + REGEX with [] expression + REGEX with [] expression +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-char-class-expression.srx +
+
+
+
+ + regex-negative-char-class-expression: + + REGEX with a [^] expression + REGEX with a [^] expression +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-negative-char-class-expression.srx +
+
+
+
+ + regex-ignore-whitespaces: + + REGEX with the ignore spacing (x) option + REGEX with the ignore spacing (x) option +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-ignore-whitespaces.srx +
+
+
+
+ + regex-ignore-whitespaces-class-expression: + + REGEX with the ignore spacing (x) option with class expression + REGEX with the ignore spacing (x) option with class expression +
+
+
+
+
+
type
+
mf:QueryEvaluationTest
+
approval
+
+
action
+
+
+
+
+
result
+
+ regex-ignore-whitespaces-class-expression.srx +
+
+