I'm new to Jison and I want to tokenize Bangla Digits ০-৯ as numbers. I've tried the regex below but it's not working with it: Regular Expression: (^[\u09E6-\u09EF])+("."[\u09E6-\u09EF])\b
On testing ৭+১ It showing expected... 'NUMBER' GOT 'Invalid' Expected result : NUMBER '+' NUMBER
Please help me out!! ❤️