Introduction
Here-strings let you write multiple lines of text easily without using many quotes or special characters.
When you want to store a long message or text block in a variable.
When you need to create multiline strings for scripts or configuration files.
When you want to keep the text formatting exactly as you type it.
When you want to include quotes or special characters inside the text without escaping them.