https://github.com/k-takata/bregonig
This is a source code repository of bregonig.dll regular expression library.
https://github.com/k-takata/bregonig
c regex regexp regular-expression
Last synced: about 1 year ago
JSON representation
This is a source code repository of bregonig.dll regular expression library.
- Host: GitHub
- URL: https://github.com/k-takata/bregonig
- Owner: k-takata
- License: other
- Created: 2011-08-28T03:16:36.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T10:22:44.000Z (over 7 years ago)
- Last Synced: 2025-04-06T07:44:07.441Z (about 1 year ago)
- Topics: c, regex, regexp, regular-expression
- Language: HTML
- Homepage: http://k-takata.o.oo7.jp/mysoft/bregonig.html
- Size: 302 KB
- Stars: 33
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/k-takata/bregonig/branch/master)
# bregonig.dll
This is a source code package of bregonig.dll regular expression library.
Binary packages and documents are available at the following site:
http://k-takata.o.oo7.jp/mysoft/bregonig.html (Japanese)
Bregonig.dll is a regular expression library compatible with bregexp.dll.
Bregexp.dll was widely used in Japanese Win32 applications, but the regexp
engine was very old. (It seems to be a modified version of Perl 5.00x.)
On the other hand, bregonig.dll uses Oniguruma (or Onigmo) to support
more powerful regexp patterns.
## LICENSE
You may distribute under the terms of either the GNU General Public
License or the Artistic License.
## References
* bregexp.dll:
http://www.hi-ho.ne.jp/babaq/bregexp.html (Japanese)
* Oniguruma:
http://github.com/kkos/oniguruma
Compatible with Perl 5.8's regexp patterns.
* Onigmo (Oniguruma-mod):
https://github.com/k-takata/Onigmo
Compatible with Perl 5.14's regexp patterns.