public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
indent(int numOfSpaces) |
static String |
multiline(String... lines)
Converts an array of strings into a single string, delimited by newlines
|
static String |
removeFileExtension(String filename,
String extension) |
public static String indent(int numOfSpaces)
Copyright © 2016 Zanata Project. All rights reserved.