ruby-changes:71087
From: Max <ko1@a...>
Date: Fri, 4 Feb 2022 08:27:06 +0900 (JST)
Subject: [ruby-changes:71087] 203b1fc7e2 (master): Add documentation for regexp emoji named character property
https://git.ruby-lang.org/ruby.git/commit/?id=203b1fc7e2 From 203b1fc7e206764f52c99e44af85c651069cd8b9 Mon Sep 17 00:00:00 2001 From: Max Leopold <max.leopold2111@g...> Date: Thu, 3 Feb 2022 18:22:04 +0100 Subject: Add documentation for regexp emoji named character property --- doc/regexp.rdoc | 1 + 1 file changed, 1 insertion(+) 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. https://github.com/ruby/ruby/blob/trunk/doc/regexp.rdoc#L405 * <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 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/