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

request to support PCRE_PARTIAL_SOFT #4

Open
jdar opened this issue Aug 24, 2013 · 0 comments
Open

request to support PCRE_PARTIAL_SOFT #4

jdar opened this issue Aug 24, 2013 · 0 comments

Comments

@jdar
Copy link

jdar commented Aug 24, 2013

One use-case for embedded systems would be accepting user input, and generating events based on those incremental changes in user input. PCRE supports this type of partial matching.

While normal ruby regex does NOT do partial matching, Regex implementation is not exactly part of the spec. So it might be acceptable to add as an option.

I would volunteer to try to implement if you think it's a good idea.

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

No branches or pull requests

1 participant