xfbs (Patrick Elsen)
- Login: xfbs
- Registered on: 04/07/2018
- Last sign in: 04/07/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
04/07/2018
-
10:52 PM Ruby Feature #14669 (Open): Regexp does not expose the amount of capture groups.
- For a project we needed to know how many capture groups a Regex exposes (before actually matching it). The Onigmo regex library used by Ruby has this information, accessible with *onig_number_of_captures(const regex_t \*)*, but the Ruby ...