From: K.Kosako Date: Sun, 15 Apr 2018 07:58:54 +0000 (+0900) Subject: small change for README.md X-Git-Tag: v6.8.2^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d62351a3848791e534b6dcff93cdc27ca59bd71;p=onig small change for README.md --- diff --git a/README.md b/README.md index c811a98..34a17ba 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ 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...}) (?{...}\[tag]\[X<>]) (?{{...}}) * NEW: Callouts of name (*name) (*name\[tag]{args...}) * NEW: Builtin callouts (*FAIL) (*MISMATCH) (*ERROR{n}) (*COUNT) (*MAX{n}) etc.. * Examples of Callouts program: [callout.c](sample/callout.c), [count.c](sample/count.c), [echo.c](sample/echo.c)