diff options
author | Max Leopold <[email protected]> | 2022-02-03 18:22:04 +0100 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2022-02-04 08:26:49 +0900 |
commit | 203b1fc7e206764f52c99e44af85c651069cd8b9 (patch) | |
tree | 439071873c7c46e9d06cb5be4c083846a52d2b24 /doc/regexp.rdoc | |
parent | 9fab2c1a1a5f5e429eb88eac29d250685dcc4354 (diff) |
Add documentation for regexp emoji named character property
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5524
Diffstat (limited to 'doc/regexp.rdoc')
-rw-r--r-- | doc/regexp.rdoc | 1 |
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 |