Lines Matching refs:NEW

33 * NEW API: RegSet (set of regexes)
56 * NEW: Unicode Text Segment mode option (?y{g}) (?y{w}) (*original)
69 * NEW: add Emoji properties
76 * NEW API: onig_set_callout_user_data_of_match_param() (* omission in 6.8.0)
90 * NEW: configure option --enable-posix-api=no (* enabled by default)
91 * NEW API: onig_search_with_param(), onig_match_with_param()
92 * NEW: Callouts of contents (?{...contents...}) (?{...}\[tag]\[X<>]) (?{{...}})
93 * NEW: Callouts of name (*name) (*name\[tag]{args...})
94 * NEW: Builtin callouts (*FAIL) (*MISMATCH) (*ERROR{n}) (*COUNT) (*MAX{n}) etc..
101 * NEW: Mechanism of retry-limit-in-match (* disabled by default)
107 * NEW: hexadecimal codepoint \uHHHH
108 * NEW: add ONIG_SYNTAX_ONIGURUMA (== ONIG_SYNTAX_DEFAULT)
116 * NEW: ASCII only mode options for character type/property (?WDSP)
117 * NEW: Extended Grapheme Cluster boundary \y, \Y
118 * NEW: Extended Grapheme Cluster \X
125 * NEW: \K (keep)
126 * NEW: \R (general newline) \N (no newline)
127 * NEW: \O (true anychar)
128 * NEW: if-then-else (?(...)...\|...)
129 * NEW: Backreference validity checker (?(xxx)) (*original)
130 * NEW: Absent repeater (?~absent) \[is equal to (?\~\|(?:absent)|\O*)]
131 * NEW: Absent expression (?~|absent|expr) (*original)
132 * NEW: Absent stopper (?~|absent) (*original)
139 * NEW: call zero (call the total regexp) \g<0>
140 * NEW: relative backref/call by positive number \k<+n>, \g<+n>
146 * NEW: octal codepoint \o{.....}
159 * NEW option: ONIG_OPTION_CHECK_VALIDITY_OF_STRING
165 * NEW API: onig_scan()
171 * NEW API: onig_unicode_define_user_property()