Sha256: 812642ebf90ddbc3daa3998f631c6cc1bddbeb764a9351e335faaa11fa583951

Contents?: true

Size: 290 Bytes

Versions: 2

Compression:

Stored size: 290 Bytes

Contents

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

    NAME = :strMatches
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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