-
-
Save anonymous/52e90b19f2fe23b6d8c2d736bafa4e49 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb(main):030:0> result[:schedule].gsub(/at\s(.*?\slocal)/, "#{result[:date_dirty]}(\\1)") | |
=> "Match scheduled to begin 10 PM(11:00 local) time (22:00 GMT)" | |
irb(main):031:0> result[:schedule] | |
=> "Match scheduled to begin at 11:00 local time (22:00 GMT)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment