Hi, I can't see why the following Regex isn't working as expected. Maybe a bug in ruby? puts “345HI”.match(/HI|BYE/).inspect HI puts ...
確定! 回上一頁