query-5109b5218f72d81af270b5a5eb461e5d

rq turtle/ttl

BrokenSegueShisma(?i)

Use at

select ?s where {
  values ?s { "ab" "AB" "A" "c" "a" "B" }
  filter regex(?s, "(?i)a")
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?s"):::projected f0[["regex(?s,'(?i)a')"]] f0 --> v2 bind1[/VALUES ?s/] bind1-->v2 bind10(["ab"]) bind10 --> bind1 bind11(["AB"]) bind11 --> bind1 bind12(["A"]) bind12 --> bind1 bind13(["c"]) bind13 --> bind1 bind14(["a"]) bind14 --> bind1 bind15(["B"]) bind15 --> bind1