mg (Dawid Grzesiak)
- Login: mg
- Email: dmg2010@dmg.pl
- Registered on: 03/04/2010
- Last sign in: 11/06/2013
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
11/06/2013
- 07:04 PM Ruby master Bug #9087 (Closed): swallowing "s" letters when "i" flag is on
- # This regexp is removing 's' characters from the string
irb(main):091:0> "fdsa-f fdas5_-423432".gsub /[_\W]/i, ''
...
03/04/2010
- 09:19 PM Ruby 1.8 Bug #2647: Lack of testing for String#split
- =begin
Or in this example:
irb(main):053:0> "..l..".split "."
=> ["", "", "l"]
there is no symmetry :/
=... - 09:17 PM Ruby 1.8 Bug #2647: Lack of testing for String#split
- =begin
Hi,
I suppose that:
irb(main):050:0> ".".split "."
=> []
will give me an array with two empty...
Also available in: Atom