ID:2556925
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Would it be possible to implement additional regex flags like the unicode flag?

Right now, \W (non-word character) catches letters like זרו which it wouldn't with the unicode flag.

Example without unicode flag:

https://regex101.com/r/iIHMBQ/1

Example with unicode flag:

https://regex101.com/r/OChE9Z/1