Open halsbox opened 9 months ago
@halsbox fixed in v1.7.3 please try and let me know if it does not work have a good day
Sorry again. Shouldn't it be altered in parse.re
so name
pattern also includes digits? i.e.:
alpha = [a-zA-Z0-9];
name = alpha (alpha | "-")+;
no problem!
it actually does. Pattern alpha (alpha | "-")+
means start with alpha (a-zA-Z0-9) and the (alpha OR "-") character repeated one or more times
Do you have some particular example?
no problem! it actually does.
Yep, I fixed it this way. In your code there is just alpha = [a-zA-Z];
in master branch.
Ok! I see, will fix it too thanks
this one is fixed in new v1.7.4 thanks
Example message: