RegExp.match

Same as opIndex(n).

WARNING:

Scheduled for deprecation due to confusion with overloaded match(string). Instead of regex.match(n) you may want to use regex[n].

  1. string match(size_t n)
    class RegExp
    string
    match
    (
    size_t n
    )
  2. string[] match(string s)

Meta