Class EnhancedRegex


  • public class EnhancedRegex
    extends scala.AnyVal
    INTERNAL API
    • Constructor Summary

      Constructors 
      Constructor Description
      EnhancedRegex​(scala.util.matching.Regex regex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int groupCount()  
      scala.util.matching.Regex regex()  
      • Methods inherited from class java.lang.Object

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

      • EnhancedRegex

        public EnhancedRegex​(scala.util.matching.Regex regex)
    • Method Detail

      • regex

        public scala.util.matching.Regex regex()
      • groupCount

        public int groupCount()