onigmo

Regular expression library forked from Oniguruma with enhanced features

brewmacoslinux
Try with needOr install directly
Source

About

Regular expressions library forked from Oniguruma

Commands

onigmo

Examples

Test a regular expression pattern against sample text$ echo 'hello world' | grep -P '(?<word>\w+)'
Use onigmo in a Ruby script for advanced regex matching$ ruby -e "require 'onigmo'; puts 'test123'.match(/\d+/)"
Verify onigmo library installation and version$ pkg-config --modversion onigmo