Prefix each line of the given text with the given prefix.
If the text is an array of strings, each string will be resplit into lines (if necessary).
The text to prefix
The prefix to add to each line
Optional
Options for prefixing lines
The prefixed text
Prefix each line of the given text with the given prefix.
If the text is an array of strings, each string will be resplit into lines (if necessary).