Sha256: a4666251415de66b119b070217fe55dfdd2624e3aed6f838a9a8eab6ee52e5a0
Contents?: true
Size: 355 Bytes
Versions: 29
Compression:
Stored size: 355 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
29 entries across 29 versions & 1 rubygems