Sha256: 2d3d64a241b85a0d53ba2485630815f59892b03baec8c9d1f5db5a11826b4bf5

Contents?: true

Size: 467 Bytes

Versions: 2

Compression:

Stored size: 467 Bytes

Contents

module RDF::N3::Algebra::Str
  ##
  # The subject is a list of two strings. The second string is a regular expression in the perl, python style. It must contain one group (a part in parentheses).  If the first string in the list matches the regular expression, then the object is calculated as being thepart of the first string which matches the group.
  class Scrape < SPARQL::Algebra::Operator::Binary
    include RDF::Util::Logger

    NAME = :strScrape
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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