indent
public static final String indent(String stringToIndent,
String indent)
Indent the given stringToIndent with the given indent. Basically,
this inserts the given indent string after every newline character.
- Parameters:
stringToIndent
- indent
-
- Returns: