line = "A horse! a horse! my kingdom for a horse!"line[line.index("k")] # => 107line[line.index("k")].chr # => "k"