public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
replaceLast(String text,
String regex,
String replacement)
Replaces the last occurrence of the given regex (can be a simple String) in a String.
|
Copyright © 2015. All rights reserved.