Is there a C strings library for C (not C++) that implements an abstraction over char *
and wchar_t *
strings?
The requirements are:
- to be BSD/MIT/CDDL licenced
- implements some kind of reference count mechanism
- has support for regular expressions
- has Unicode support
Thanks,