Sha256: ae339fd659a4bd8af9727f74f08bd662a68be6dd2d5079be9804d5c5a1175aa6
Contents?: true
Size: 292 Bytes
Versions: 2
Compression:
Stored size: 292 Bytes
Contents
module RDF::N3::Algebra::Str ## # True iff the subject string is the NOT same as object string ignoring differences between upper and lower case. class NotEqualIgnoringCase < SPARQL::Algebra::Operator::Binary include RDF::Util::Logger NAME = :strNotEqualIgnoringCase end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rdf-n3-3.1.1 | lib/rdf/n3/algebra/str/notEqualIgnoringCase.rb |
rdf-n3-3.1.0 | lib/rdf/n3/algebra/str/notEqualIgnoringCase.rb |