in scala/util
package regexp

package regexp

Trait Summary
  trait Base()
     basic regular expressions
  trait PointedHedgeExp[A <: Alphabet]()
     pointed regular hedge expressions, a useful subclass of regular hedge expressions.
  trait WildcardBase()
     for use as a mixin to add wildcards to the language
  trait WordExp[A <: Alphabet]()
     regular word expressions.

Class Summary
  class SyntaxError(e: String)
     this runtime exception is thrown if an attempt to instantiate a syntactically incorrect expression is detected