String Ruby

# Two dots (..) means include the last character:
cite = "this is a test"
cite[0..4]