summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/regexp.rdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/regexp.rdoc b/doc/regexp.rdoc
index 23fe7113b9..6aa11b0c5a 100644
--- a/doc/regexp.rdoc
+++ b/doc/regexp.rdoc
@@ -405,6 +405,7 @@ much like POSIX bracket classes.
* <tt>/\p{Blank}/</tt> - Space or tab
* <tt>/\p{Cntrl}/</tt> - Control character
* <tt>/\p{Digit}/</tt> - Digit
+* <tt>/\p{Emoji}/</tt> - Unicode emoji
* <tt>/\p{Graph}/</tt> - Non-blank character (excludes spaces, control
characters, and similar)
* <tt>/\p{Lower}/</tt> - Lowercase alphabetical character