Cool Ruby Regex Tricks
Ruby supports using regex in lots of interesting ways that go beyond the basic String#match
method. In this post I cover a few of my favorites. http://blog.honeybadger.io/ruby-regex-tricks/
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Ruby supports using regex in lots of interesting ways that go beyond the basic String#match
method. In this post I cover a few of my favorites. http://blog.honeybadger.io/ruby-regex-tricks/
Post a comment