Sha256: f220a3fddb0a95d0335a820cccdc8b3ea401f1d6cc82c133a00f50b1d4e7801e

Contents?: true

Size: 298 Bytes

Versions: 2

Compression:

Stored size: 298 Bytes

Contents

module RDF::N3::Algebra::Str
  ##
  # The subject string; the object is is a regular expression in the perl, python style. It is true iff the string does NOT match the regexp.
  class NotMatches < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :strNotMatches
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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