klorenz / atom-regex-railroad-diagrams

display regex as railroad diagram, if cursor moves to it
MIT License
250 stars 31 forks source link

Did not show unicode with \x correctly #96

Open Smiler94 opened 6 years ago

Smiler94 commented 6 years ago

The regular expression is like that

/^[\x{4e00}-\x{9fa5}-A-Za-z0-9\s]*$/u

it shows

image