public class StringUtils
extends java.lang.Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
replace(IExecContext execContext,
java.lang.String entryPattern)
Perform a String.replaceAll
|
public static java.lang.String replace(IExecContext execContext, java.lang.String entryPattern)
The replacementPattern format is "replace:value:regex:replacement"
"replace" replacement instruction
"value" the string to perform the replacement on
"regex" the expression for the replacement
"replacement" the replacement value