TextMatcherType

sealed trait TextMatcherType
class Object
trait Matchable
class Any
object Glob
object Literal
object Reg

Value members

Abstract methods

def regexFor(expression: String): Regex

Concrete methods

def apply(expression: String): TextMatcher
def implicitReplacementTextEscaping(replacementText: String): String

Abstract fields

val expressionPrefix: String