From: K.Kosako Date: Tue, 13 Feb 2018 05:30:48 +0000 (+0900) Subject: small fix of README.md X-Git-Tag: v6.8.0~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9f7f8c9c4fa070b0a63a2032f2cf7a6a93f14c1;p=onig small fix of README.md --- diff --git a/README.md b/README.md index e96dd2c..c0f4f2b 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ New feature of version 6.8.0 -------------------------- * Enabled retry-limit-in-match function -* NEW API: onig_search_with_params(), onig_match_with_params() +* NEW API: onig_search_with_param(), onig_match_with_param() * NEW: Callouts of code (?{....}) (?{{....}}) * NEW: Callouts of name (*NAME) (*NAME:....) -* NEW: Builtin callout functions (*FAIL) (*SUCCESS) (*ABORT) +* NEW: Builtin callout functions (*FAIL) (*SUCCESS) (*ABORT) (*ERROR:n) New feature of version 6.7.1 @@ -81,7 +81,7 @@ New feature of version 6.5.0 * NEW: \O (true anychar) * NEW: if-then-else syntax (?(...)...\|...) * NEW: Backreference validity checker (?(xxx)) (*original) -* NEW: Absent repeater (?~absent) +* NEW: Absent repeater (?~absent) [is equal to (?~|absent|\O*)] * NEW: Absent expression (?~|absent|expr) (*original) * NEW: Absent stopper (?~|absent) (*original)