Ruby - Regular Expressions
Why does this Ruby code raise an error?
regex = /\w+{2,4}/
"test" =~ regexregex = /\w+{2,4}/
"test" =~ regex15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions