Sha256: 5b2650118c92ac65036ddaf6a3b1fe997e42c5c4bfcae8bc97fd568c492bc20f

Contents?: true

Size: 331 Bytes

Versions: 2

Compression:

Stored size: 331 Bytes

Contents

module RDF::N3::Algebra::Str
  ##
  # True iff the subject string contains the object string, with the comparison done ignoring the difference between upper case and lower case characters.
  class ContainsIgnoringCase < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :strContainsIgnoringCase
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rdf-n3-3.1.1 lib/rdf/n3/algebra/str/containsIgnoringCase.rb
rdf-n3-3.1.0 lib/rdf/n3/algebra/str/containsIgnoringCase.rb