Method: PCRE2::Regexp#named_captures
- Defined in:
- lib/pcre2/regexp.rb
#named_captures ⇒ Object
61 62 63 |
# File 'lib/pcre2/regexp.rb', line 61 def named_captures @named_captures ||= Lib.named_captures(pattern_ptr) end |
61 62 63 |
# File 'lib/pcre2/regexp.rb', line 61 def named_captures @named_captures ||= Lib.named_captures(pattern_ptr) end |