ColinEberhardt / assemblyscript-regex

A regex engine for AssemblyScript
MIT License
86 stars 12 forks source link

Terminology confusion: character set <=> character class #9

Closed ColinEberhardt closed 3 years ago

ColinEberhardt commented 3 years ago

I've been using the MDN regex cheatsheet as a guide to regex syntax.

Within their cheatsheat they term [xyz] a character set - which is what as-regex currently uses. However, almost every other reference I can find terms this a character class.

I think as-regex should use the more conventional terminology.

ColinEberhardt commented 3 years ago

see: https://github.com/mdn/content/issues/1737

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.6.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: