[问题] COUNT的有些用法看不太懂

楼主: flyingIdea (飞翔的想法)   2013-12-17 15:24:17
http://ruby-doc.org/core-2.0.0/String.html
的count([other_str]+) → fixnum
这个章节
我看不太懂他\\的某些意思
1.
"hello^world".count "\\^aeiou" #=>4
应该是指 e*1 ^*1 o*2吧?
但是我改成
"hello^world".count "^aeiou" # => 8
为什么会变成8@@?
2.
"hello world\\r\\n".count "X-\\w" #=> 3
这里也看不太懂"X-\\w"是什么意思
3.
"hello world".count "lo", "o" #=> 2
是因为hello world 所以是二次吗?
感觉后面变二个参数后 就由字符比对变成字串比对了
是吗?
4.
另外再外插一件和count无关的问题
books["Gravity's Rainbow"] = :splendid
这个是什么意思?
请版上的各位先进帮我解答QQ~谢谢....

Links booklink

Contact Us: admin [ a t ] ucptt.com