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

Regular expression library for mruby, PCRE version.

Results 4 mruby-regexp-pcre issues
Sort by recently updated
recently updated
newest added

# Why By using `for_windows?` instead of checking just the current ruby host platform we also handle the case where you're building from linux/osx with mingw for windows.

Hi, I've been embedding ruby on iOS, and have encountered some strange behavior on ARM64. This reggex segfaults the ruby interpreter on ARM64 but not on ARM7: ``` ruby capture...

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...