What the Regex?
Common usages of a regex in Ruby are to check if a string matches, to find one or all occurrences of the regex pattern, or to substitute one string with another.
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!
Common usages of a regex in Ruby are to check if a string matches, to find one or all occurrences of the regex pattern, or to substitute one string with another.
Post a comment