ColinEberhardt/assemblyscript-regex

Terminology confusion: character set <=> character class

ColinEberhardt opened this issue ยท 2 comments

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.

๐ŸŽ‰ This issue has been resolved in version 1.6.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€