pub fn with_start_line<T, L>(text: T, line_start: L) -> Stringwhere T: AsRef<str>, L: AsRef<str>,
Adds a “start line pattern” at the start of every line in the given text.