mruby-regexp-pcre icon indicating copy to clipboard operation
mruby-regexp-pcre copied to clipboard

request to support PCRE_PARTIAL_SOFT

Open jdar opened this issue 11 years ago • 0 comments

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.

jdar avatar Aug 24 '13 12:08 jdar