How-to articles, tricks, and solutions about MULTILINE
Does Java have support for multiline strings?
In Java, there is no native support for multiline strings.
How do I split the definition of a long string over multiple lines?
You can split a string over multiple lines by using triple quotes, either ''' or """ .