Class RegexConverters


  • public final class RegexConverters
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RegexConverters()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static scala.util.matching.Regex toScala​(java.util.regex.Pattern p)
      Converts the given Java Pattern into a scala Regex, without recompiling it.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegexConverters

        public RegexConverters()
    • Method Detail

      • toScala

        public static scala.util.matching.Regex toScala​(java.util.regex.Pattern p)
        Converts the given Java Pattern into a scala Regex, without recompiling it.