public class Command extends Object
Constructor and Description |
---|
Command(Pattern from,
String to) |
Command(Pattern from,
String to,
List<Pattern> excludes) |
Modifier and Type | Method and Description |
---|---|
String |
replace(String input)
Replaces all the occurrences of the given pattern and returns it.
|
Copyright © 2006–2015. All rights reserved.