String Ruby

string = "This is a test"
if string[0..0] =~ /[A-Z]/
  puts "string starts with a capital letter"
end