Regular expression library forked from Oniguruma with enhanced features
Regular expressions library forked from Oniguruma
onigmo$ echo 'hello world' | grep -P '(?<word>\w+)'$ ruby -e "require 'onigmo'; puts 'test123'.match(/\d+/)"$ pkg-config --modversion onigmo