Tag: strings

A string is a data structure which represents a sequence of characters or bytes. In Ruby, the String class encapsulates this data structure. It exposes operations for manipulating the sequence at both the raw byte level and at the encoded character level.