You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: