Package net.percederberg.grammatica.parser.re

Examples of net.percederberg.grammatica.parser.re.RegExp


         *
         * @throws Exception if the regular expression contained
         *             invalid syntax
         */
        public GrammaticaRE(String regex) throws Exception {
            regExp = new RegExp(regex, ignoreCase);
        }
View Full Code Here

TOP

Related Classes of net.percederberg.grammatica.parser.re.RegExp

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.