Module: RDF::N3::Algebra::Str
- Defined in:
- lib/rdf/n3/algebra.rb,
lib/rdf/n3/algebra/str/format.rb,
lib/rdf/n3/algebra/str/scrape.rb,
lib/rdf/n3/algebra/str/matches.rb,
lib/rdf/n3/algebra/str/replace.rb,
lib/rdf/n3/algebra/str/contains.rb,
lib/rdf/n3/algebra/str/ends_with.rb,
lib/rdf/n3/algebra/str/less_than.rb,
lib/rdf/n3/algebra/str/not_matches.rb,
lib/rdf/n3/algebra/str/starts_with.rb,
lib/rdf/n3/algebra/str/greater_than.rb,
lib/rdf/n3/algebra/str/concatenation.rb,
lib/rdf/n3/algebra/str/not_less_than.rb,
lib/rdf/n3/algebra/str/not_greater_than.rb,
lib/rdf/n3/algebra/str/equal_ignoring_case.rb,
lib/rdf/n3/algebra/str/contains_ignoring_case.rb,
lib/rdf/n3/algebra/str/not_equal_ignoring_case.rb
Defined Under Namespace
Classes: Concatenation, Contains, ContainsIgnoringCase, EndsWith, EqualIgnoringCase, Format, GreaterThan, LessThan, Matches, NotEqualIgnoringCase, NotGreaterThan, NotLessThan, NotMatches, Replace, Scrape, StartsWith