1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: Add String#match? and Symbol#match? [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2016-12-12 13:12:08 +00:00
parent 908edb0d8a
commit c45bf6621f

4
NEWS
View file

@ -156,6 +156,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* 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 ChangeLog file or Redmine
* 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]