blob: 9692ff709835cd4a5d1a345c5fe19283cbd8f77d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# CleanRegex
A PCRE-compatible regular expression library for Clean
## Status
Currently, this is a wrapper for the C library. Ideally, at some point this would be pure Clean for efficiency and provability reasons.
This is a work in progress.
## Copyright & license
Copyright © 2016 Camil Staps. Licensed under MIT, see LICENSE.
|