ruby-changes:44986
From: kazu <ko1@a...>
Date: Mon, 12 Dec 2016 22:12:17 +0900 (JST)
Subject: [ruby-changes:44986] kazu:r57059 (trunk): NEWS: Add String#match? and Symbol#match? [ci skip]
kazu 2016-12-12 22:12:08 +0900 (Mon, 12 Dec 2016) New Revision: 57059 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57059 Log: NEWS: Add String#match? and Symbol#match? [ci skip] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 57058) +++ NEWS (revision 57059) @@ -156,6 +156,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L156 * String#each_line, String#lines now takes an optional keyword argument, chomp flag. [Feature #12553] + * String#match? [Feature #12898] + * String#unpack1 [Feature #12752] * String#upcase, String#downcase, String#capitalize, String#swapcase and @@ -177,6 +179,8 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L179 * Symbol#match now returns MatchData. [Bug #11991] + * Symbol#match? [Feature #12898] + * Symbol#upcase, Symbol#downcase, Symbol#capitalize, and Symbol#swapcase now work for all of Unicode. See the documentation of String#downcase for details. [Feature #10085] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/