public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
leftPad(String originalString,
int length,
char padCharacter) |
static String |
padLeft(String str,
int length,
String padChar)
Left padding a string with the given character
|
Copyright © 2018. All rights reserved.