Create and initialise
As always, let's start by creating a string view.
You can create an empty string view. You can also create a string view from an existing string, an existing character-array, or an existing string view.
The table below gives you an overview of the ...