package
rel
Type Members
-
case class
AGroup
(re: RE) extends RE1 with Wrapped with Product with Serializable
-
case class
Alt
(lRe: RE, rRe: RE) extends RE2 with Product with Serializable
-
case class
Atom
(re: Regex) extends RE0 with Product with Serializable
-
case class
Conc
(lRe: RE, rRe: RE) extends RE2 with Product with Serializable
-
case class
DigitCst
(i: Int) extends RECst with Product with Serializable
-
case class
Escaped
(value: String) extends RE0 with Product with Serializable
-
case class
Group
(name: String, re: RE, embedStyle: Option[GroupNamingStyle]) extends RE1 with Wrapped with Product with Serializable
-
-
case class
GroupRef
(name: String, embedStyle: Option[GroupNamingStyle]) extends RE0 with Wrapped with Product with Serializable
-
case class
KCross
(re: RE, mode: RepMode) extends Rep with Product with Serializable
-
case class
KStar
(re: RE, mode: RepMode) extends Rep with Product with Serializable
-
case class
LookAround
(re: RE, direction: LookDirection, positive: Boolean) extends RE1 with Wrapped with Product with Serializable
-
-
case class
NCGroup
(re: RE, flags: String) extends RE1 with Wrapped with Product with Serializable
-
case class
Opt
(re: RE, mode: RepMode) extends Rep with Product with Serializable
-
class
RE
extends AnyRef
-
class
RE0
extends RE
-
class
RE1
extends RE
-
class
RE2
extends RE
-
class
RECst
extends REStr with Wrapped
-
class
REStr
extends RE0
-
class
Rep
extends RE1
-
case class
RepAtLeastN
(re: RE, lb: Int, mode: RepMode) extends Rep with Product with Serializable
-
case class
RepAtMostN
(re: RE, max: Int, mode: RepMode) extends Rep with Product with Serializable
-
case class
RepExactlyN
(re: RE, n: Int) extends Rep with Product with Serializable
-
class
RepMode
extends AnyRef
-
case class
RepNToM
(re: RE, lb: Int, max: Int, mode: RepMode) extends Rep with Product with Serializable
-
trait
Wrapped
extends RE
-
case class
Wrapper
(re: RE, prefix: String, suffix: String, appendGroupNames: List[String]) extends RE1 with Product with Serializable
Value Members
-
def
?!
(re: RE): RE
-
def
?<!
(re: RE): RE
-
def
?<=
(re: RE): RE
-
def
?=
(re: RE): RE
-
def
?>
(re: RE): RE
-
object
Ahead
extends LookDirection with Product with Serializable
-
object
Alpha
extends RECst with Product with Serializable
-
object
AlphaLower
extends RECst with Product with Serializable
-
object
AlphaUpper
extends RECst with Product with Serializable
-
object
AposNamingStyle
extends GroupNamingStyle with Product with Serializable
-
object
Behind
extends LookDirection with Product with Serializable
-
object
ChevNamingStyle
extends GroupNamingStyle with Product with Serializable
-
object
Digit
extends RECst with Product with Serializable
-
object
Dot
extends RECst with Product with Serializable
-
object
Epsilon
extends RECst with Product with Serializable
-
object
Greedy
extends RepMode with Product with Serializable
-
object
Implicits
extends AnyRef
-
object
InputBegin
extends RECst with Product with Serializable
-
object
InputEnd
extends RECst with Product with Serializable
-
object
Letter
extends RECst with Product with Serializable
-
object
LetterLower
extends RECst with Product with Serializable
-
object
LetterUpper
extends RECst with Product with Serializable
-
object
LineBegin
extends RECst with Product with Serializable
-
object
LineEnd
extends RECst with Product with Serializable
-
object
LineTerminator
extends RECst with Product with Serializable
-
object
MLDot
extends RECst with Product with Serializable
-
object
NotAlpha
extends RECst with Product with Serializable
-
object
NotDigit
extends RECst with Product with Serializable
-
object
NotLetter
extends RECst with Product with Serializable
-
object
NotWhiteSpace
extends RECst with Product with Serializable
-
object
NotWord
extends RECst with Product with Serializable
-
object
NotWordBoundary
extends RECst with Product with Serializable
-
object
PNamingStyle
extends GroupNamingStyle with Product with Serializable
-
object
Possessive
extends RepMode with Product with Serializable
-
object
RE
extends AnyRef
-
object
Reluctant
extends RepMode with Product with Serializable
-
object
Symbols
extends AnyRef
-
-
object
WhiteSpace
extends RECst with Product with Serializable
-
object
Word
extends RECst with Product with Serializable
-
object
WordBoundary
extends RECst with Product with Serializable
-
-
def
esc
(str: String): Escaped
-
-
-