From: K.Kosako Date: Mon, 12 Mar 2018 07:18:49 +0000 (+0900) Subject: small update of README.md X-Git-Tag: v6.8.0~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f70622555beaba9c27b514faa2577abe82db0c65;p=onig small update of README.md --- diff --git a/README.md b/README.md index 9ad076a..9577282 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ New feature of version 6.8.0 * Retry-limit-in-match function enabled by default * NEW: configure option --enable-posix-api=no (* enabled by default) * NEW API: onig_search_with_param(), onig_match_with_param() -* NEW: Callouts of contents (?{..contents..}\[X<>]) (?{{....}}) +* NEW: Callouts of contents (?{...contents...}\[X<>]) (?{{....}}) * NEW: Callouts of name (*name) (*name\[tag]{args...}) -* NEW: Builtin callout functions (*FAIL) (*ERROR{n}) (*COUNT) (*MAX{n}) etc.. +* NEW: Builtin callouts (*FAIL) (*ERROR{n}) (*COUNT) (*MAX{n}) etc.. (* Callout function API is experimental level and isn't fixed definitely yet. Undocumented now)