description | regular expression library based on plan9 regexp engine |
owner | ketmar@ketmar.no-ip.org |
last change | Fri, 3 Sep 2021 13:48:12 +0000 (3 16:48 +0300) |
URL | git://repo.or.cz/libre9.git |
| https://repo.or.cz/libre9.git |
push URL | ssh://repo.or.cz/libre9.git |
| https://repo.or.cz/libre9.git (learn more) |
bundle info | libre9.git downloadable bundles |
content tags
|
|
readme
small self-containing non-backtracking regular expression engine. supports greedy and non-greedy closures, capturing and non-capturing groups, comments, metacharactes, posix classes, case-insensitive matching in utf-8 mode, matching with non-asciiz strings.
consists of three files: re9.h, re9.c (engine) and optional re9_unicode_mapping.c for utf-8 case insensitivity. will add ~20 kb to your binary (~35 kb with utf-8 case insensitivity).