blob: 148ec86b8a3d64f64ca263d6c02cff12722563f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# CleanRegex
A POSIX 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.
|