dregex

package dregex

Visibility
  1. Public
  2. All

Type Members

  1. class CompiledRegex extends Regex with StrictLogging

    A regular expression that was generated from a string literal.

  2. class InvalidRegexException extends Exception

  3. class ParsedRegex extends StrictLogging

  4. trait Regex extends AnyRef

    A regular expression, ready to be tested against strings, or to take part in an operation against another.

    A regular expression, ready to be tested against strings, or to take part in an operation against another. Internally, instances of this type have a DFA (Deterministic Finite Automaton).

  5. class SynteticRegex extends Regex

    A regular expression that was generated by an operation between others (not parsing a string), so it lacks a literal expression or NFA.

  6. class Universe extends AnyRef

  7. class UnsupportedException extends Exception

Value Members

  1. object Regex

  2. package impl

Ungrouped