A string is sequence(series) of characters. where every character is the same as a byte. i.e. used to store and manipulate text.
A string literal can be specified in three different ways.
single quoted : 'Hello world!'
double quoted : "Hello world!"
heredoc syntax : strings is by using heredoc syntax ("<<<").