PatternReplacer

class PatternReplacer(key: String, var value: String) extends Replacer

Replace target with value on any input.

trait Replacer
class Object
trait Matchable
class Any

Value members

Concrete methods

def process(input: String): String
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

var pattern: Pattern
var target: String
var value: String