Skip to content

Add support for symbol classes. #1

@RobertDurfee

Description

@RobertDurfee

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions