RubyFlow The Ruby and Rails community linklog

Using Regular Expressions to Validate an IP Address in Ruby

Did you know that the Ruby standard library includes regular expressions for validating both IPv4 and IPv6 addresses?

Comments

The RDF gem has it’s own regular expressions for validating IRIs: https://github.com/ruby-rdf/rdf/blob/master/lib/rdf/model/uri.rb. You can also use RDF::URI#valid?

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in