Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add Regular Expressions #51

Closed
danieldietrich opened this issue Sep 26, 2014 · 1 comment
Closed

Add Regular Expressions #51

danieldietrich opened this issue Sep 26, 2014 · 1 comment
Labels
Milestone

Comments

@danieldietrich
Copy link
Contributor

Implement a new Parser class RegEx implements RulePart which parses text based on a regular expression.

The syntax is the same as in Java. Example: [^\s][a-zA-Z_0-9]. See java.util.regex.Pattern.

Possible notation: * via slash: /regex/

@danieldietrich danieldietrich added this to the 1.1.0 M2 Additional Parser Features milestone Sep 26, 2014
@danieldietrich danieldietrich changed the title [parser] Add Regular Expressions Add Regular Expressions Oct 3, 2014
@danieldietrich danieldietrich modified the milestones: 1.1.0 M2 Additional Parser Features, BACKLOG Oct 5, 2014
@danieldietrich danieldietrich removed this from the 1.2.0 M3 Extending the Parser milestone Apr 29, 2015
@danieldietrich danieldietrich added this to the ?.?.? Parser milestone May 16, 2015
@danieldietrich
Copy link
Contributor Author

moved to javaslang-parser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant