public abstract class StringReplaceOperation extends Object
Abstract StringReplaceOperation class.
Modifier and Type | Field and Description |
---|---|
protected String |
m_pattern |
protected String |
m_replacement |
Constructor and Description |
---|
StringReplaceOperation(String spec)
Constructor for StringReplaceOperation.
|
Modifier and Type | Method and Description |
---|---|
String |
getPattern()
getPattern
|
String |
getReplacement()
getReplacement
|
abstract String |
replace(String input)
replace
|
String |
toString()
toString
|
public String toString()
toString
Copyright © 2021. All rights reserved.