Skip to content

Handle patterns containing {, }, [, ] and \ characters #12

@shreepads

Description

@shreepads

Allow the chars {, }, [, ] and \ to be used within a given "[xyz]" pattern 'escaped' with the "" char.

So, for example to use the "[" char in a given pattern use:
[abc[xyz]

This will match to one of the following chars - a, b, c, , x, y and z

This issue is related to Issue #3 - unless this is fixed the :punct: character class won't work.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions