public final class RegexConverters
extends java.lang.Object
Constructor and Description |
---|
RegexConverters() |
Modifier and Type | Method and Description |
---|---|
static scala.util.matching.Regex |
toScala(java.util.regex.Pattern p)
Converts the given Java Pattern into a scala Regex, without recompiling it.
|