PatternReplacer

org.beangle.commons.text.replace.PatternReplacer
class PatternReplacer(key: String, var value: String) extends Replacer

Replace target with value on any input.

Attributes

Graph
Supertypes
trait Replacer
class Object
trait Matchable
class Any

Members list

Concise view

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.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

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