All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dregex.ParsedRegex.scala Maven / Gradle / Ivy

The newest version!
package dregex

import dregex.impl.{Normalization, RegexTree}

class ParsedRegex private[dregex] (val literal: String, val tree: RegexTree.Node, val norm: Normalization)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy