public class REUtil extends Object
| Constructor and Description |
|---|
REUtil() |
public static RE createRE(String expression, int matchFlags) throws RESyntaxException
expression - The expression, beginning with a prefix if it's complex or
having no prefix if it's simplematchFlags - Matching style flagsRESyntaxException - thrown in case of errorpublic static RE createRE(String expression) throws RESyntaxException
expression - The expression, beginning with a prefix if it's complex or
having no prefix if it's simpleRESyntaxException - thrown in case of errorCopyright © 2018–2021 mhoffrogge. All rights reserved.