summaryrefslogtreecommitdiff
path: root/doc/RE
diff options
context:
space:
mode:
Diffstat (limited to 'doc/RE')
-rw-r--r--doc/RE3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/RE b/doc/RE
index e8a6aa4..1685415 100644
--- a/doc/RE
+++ b/doc/RE
@@ -1,4 +1,4 @@
-Oniguruma Regular Expressions Version 6.0.0 2016/08/18
+Oniguruma Regular Expressions Version 6.3.0 2017/05/19
syntax: ONIG_SYNTAX_RUBY (default)
@@ -22,6 +22,7 @@ syntax: ONIG_SYNTAX_RUBY (default)
\a bell (0x07)
\e escape (0x1B)
\nnn octal char (encoded byte value)
+ \o{17777777777} wide octal char (character code point value)
\xHH hexadecimal char (encoded byte value)
\x{7HHHHHHH} wide hexadecimal char (character code point value)
\cx control char (character code point value)