String Ruby

speaker = "this is a test, 2007"
speaker[", 2007"]= "III" # => "III"
p speaker