diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-08-13 05:56:30 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-08-13 05:56:30 +0000 |
commit | d676ad985623c5eea320d7df55d2d632e5010094 (patch) | |
tree | bcc930dbb2373c47a67bb67f256418492cdf061b /doc/NEWS | |
parent | 214a1d72ed3269248ec98f7261105d57bc5c0841 (diff) | |
download | ruby-d676ad985623c5eea320d7df55d2d632e5010094.tar.gz ruby-d676ad985623c5eea320d7df55d2d632e5010094.tar.xz ruby-d676ad985623c5eea320d7df55d2d632e5010094.zip |
Update.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS')
-rw-r--r-- | doc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +: Regexp + + It is being obsoleted to regard /re/ as /re/ =~ $_ in a conditional + context. Use ~/re/ instead. + : String#lstrip, rstrip, lstrip!, rstrip! Added. These strip only left or right part of a string. |