(c) K.Kosako, updated at: 2019/08/05
Oniguruma is a regular expressions library. The characteristics of this library is that different character encoding for every regular expression object can be specified. (supported APIs: GNU regex, POSIX and Oniguruma native)
and I'm thankful to Akinori MUSHA.