General

Profile

henk (Hendrik Jäger)

  • Login: henk
  • Registered on: 01/03/2023
  • Last sign in: 10/28/2025

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 0 1

Activity

01/03/2023

12:34 PM Ruby Feature #19303 (Open): Resolv::IPv4::Regex variant without anchors
``` ruby
require 'resolv'
p "match this IP: 10.0.0.1"[/match this IP: (#{Resolv::IPv4::Regex})/, 1]
```
This returns 'nil' because Resolv::IPv4::Regex is anchored with \A and \z.
I would like to have a variant of Resolv::IPv4::R...
henk (Hendrik Jäger)

Also available in: Atom