AbstractRegexReplacementRule

abstract
class AbstractRegexReplacementRule(regex: String) extends Rule

Abstract AbstractRegexReplacementRule class.

Companion
object
trait Rule
class Object
trait Matchable
class Any

Value members

Abstract methods

def replace(matcher: Matcher): String

Use the state in the given [[Matcher]] to perform a replacement.

Use the state in the given [[Matcher]] to perform a replacement.

Concrete methods

def applies(word: String): Boolean
def apply(word: String): String