H
Han Holl
Hello,
Why does the following:
s = "aaa aaa\n\n\nbbb bbb"
puts(s =~ /^\s+$/)
produce: 8 (instead of nil) ?
(If I put in only 2 newlines, it's fine).
This is in several 1.8.2 rpms (caliban, fc3).
Cheers,
Han Holl
Why does the following:
s = "aaa aaa\n\n\nbbb bbb"
puts(s =~ /^\s+$/)
produce: 8 (instead of nil) ?
(If I put in only 2 newlines, it's fine).
This is in several 1.8.2 rpms (caliban, fc3).
Cheers,
Han Holl