Fix Expression
This commit is contained in:
parent
7255b79e7a
commit
5fe59ca797
@ -15,7 +15,7 @@ public class StringExpression {
|
||||
|
||||
@TInject
|
||||
private static TLogger logger;
|
||||
private static Pattern pattern = Pattern.compile("(?<symbol>>|>=|<|<=|==|=|!=|≈≈|≈|!≈)[ ]?(?<number>.+)");
|
||||
private static Pattern pattern = Pattern.compile("(?<symbol>>=|>|<=|<|==|=|!=|≈≈|≈|!≈)[ ]?(?<number>.+)");
|
||||
private String symbol;
|
||||
private StringNumber number;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user