Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for symbol classes. #1

Open
RobertDurfee opened this issue Aug 12, 2020 · 0 comments
Open

Add support for symbol classes. #1

RobertDurfee opened this issue Aug 12, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RobertDurfee
Copy link
Owner

At the moment, no symbol classes are supported (e.g. \d, \w, \s, etc.). Support is pretty trivial to implement, but requires both front and back end support.

Workarounds:

  • Symbol classes are merely a convenience. They can be easily implemented using symbol sets instead (e.g. [0-9] instead of \d) which are fully supported.
@RobertDurfee RobertDurfee added the enhancement New feature or request label Aug 12, 2020
@RobertDurfee RobertDurfee self-assigned this Aug 12, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant