Packages

o

migration

RegexResolve

object RegexResolve

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegexResolve
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Group(fullText: String, groups: IndexedSeq[String]) extends Product with Serializable

    A capture group (the full text and capture groups).

    A capture group (the full text and capture groups).

    The '$0' has a special meaning, in that rather than the full text, it strips the suffix

  2. type Swap = (Group) => String

Value Members

  1. def apply(regex: String, replacement: String): (String) => Try[String]
  2. def forPattern(pattern: String): (CharSequence) => Option[IndexedSeq[String]]
  3. def replace(replacementPattern: String): Swap
  4. object Group extends Serializable