Sha256: 44edc8c2b3f739c394c6c44e3be31c13b7568406c0047736ed2e5974547b732a
Contents?: true
Size: 353 Bytes
Versions: 55
Compression:
Stored size: 353 Bytes
Contents
module Regexp::Syntax module Token module Anchor Basic = [:bol, :eol] Extended = Basic + [:word_boundary, :nonword_boundary] String = [:bos, :eos, :eos_ob_eol] MatchStart = [:match_start] All = Extended + String + MatchStart Type = :anchor end Map[Anchor::Type] = Anchor::All end end
Version data entries
55 entries across 42 versions & 9 rubygems