no message
This commit is contained in:
7
src/Common/CommonConstants.java
Normal file
7
src/Common/CommonConstants.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package Common;
|
||||
public class CommonConstants {
|
||||
public static final int Nan = -1;
|
||||
public static char[] regular_metasymbols = new char[]{
|
||||
'<', '>', '(', ')', '[', ']', '{', '}', '^', '-', '=', '$', '!', '|', '?', '*', '+', '.'
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user