# File lib/ipaddress/ipv4.rb, line 793
    def self.extract(str)
      self.new REGEXP.match(str).to_s
    end