Closed mafar closed 5 years ago
I created an issue here @stackoverflow
Is it possible to get a result similar to https://regex101.com by using xregexp where one is able to see full match , groups and matched string postion as well regex https://regex101.com/r/HZ7O0l/1 try fiddle https://jsfiddle.net/bababalcksheep/o4qn7jwe/6/
Please answer, your lib is our only hope!
Apparently it's not possible with this lib, since it uses built-in js implementation for execution, a bummer: https://github.com/slevithan/xregexp/issues/217
I created an issue here @stackoverflow
Is it possible to get a result similar to https://regex101.com by using xregexp where one is able to see full match , groups and matched string postion as well regex https://regex101.com/r/HZ7O0l/1 try fiddle https://jsfiddle.net/bababalcksheep/o4qn7jwe/6/