Class RegExUtil


  • public class RegExUtil
    extends Object
    • Method Detail

      • compile

        public static Pattern compile​(String regex,
                                      org.dmg.pmml.PMMLObject context)
      • compile

        public static Pattern compile​(String regex,
                                      int flags,
                                      org.dmg.pmml.PMMLObject context)