SyntaxFix
Write A Post
Hire A Developer
Questions
A more straight forward way is to check for equality
if string1 == string2 puts "match" else puts "not match" end
however, if you really want to stick to regular expression,
string1 =~ /^123456$/