diff --git a/README.md b/README.md index 0ad6f45..3b938fc 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ most. [...] Match any character from set. Ranges like [a-z] are supported [^...] Match any character but ones from set +Under development: Unicode support. + ## API int slre_match(const char *regexp, const char *buf, int buf_len, @@ -95,7 +97,6 @@ Output: Found URL: [HTTPS://FOO.COM/x?b#c=tab1] Found URL: [http://cesanta.com] -