class Regexp::Expression::EscapeSequence::CodepointList

Public Instance Methods

match_length() click to toggle source
# File lib/regexp_parser/expression/methods/match_length.rb, line 166
def match_length
  MatchLength.new(self, base: codepoints.count)
end