mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-19 15:57:05 +01:00
allow '/' in data name
This commit is contained in:
@ -56,7 +56,7 @@
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
DIGIT [0-9]
|
DIGIT [0-9]
|
||||||
ALPHA [a-zA-Z_+.-]
|
ALPHA [a-zA-Z_+./-]
|
||||||
SIGN \+|-
|
SIGN \+|-
|
||||||
EXP e|E
|
EXP e|E
|
||||||
INT {SIGN}?{DIGIT}+
|
INT {SIGN}?{DIGIT}+
|
||||||
|
Reference in New Issue
Block a user