wolfendale / scala-nunjucks

5 stars 1 forks source link

Regex support for global and sticky flags #28

Open suyangyu opened 4 years ago

suyangyu commented 4 years ago

The current regex implementations parses but doesn't provide additional support for global or sticky flags.

Given how unlikely it is for regex to be used at the template level this this is a low priority task.

p.s. It may also be worth to note here that the current regex engine is Java, which has some subtle differences with javascript

wolfendale commented 4 years ago

I think it's good to keep this issue around, I'm not going to mark it as wontfix but I do think it's probably the bottom of the priority barrel!