📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 16:13:44
📂
/ (Root)
/
opt
/
alt
/
ruby30
/
share
/
ri
/
system
/
String
📍 /opt/alt/ruby30/share/ri/system/String
🔄 Refresh
✏️
Editing: count-i.ri
Read Only
U:RDoc::AnyMethod[iI" count:ETI"String#count;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"KEach +other_str+ parameter defines a set of characters to count. The ;TI"Ointersection of these sets defines the characters to count in +str+. Any ;TI"J+other_str+ that starts with a caret <code>^</code> is negated. The ;TI"Nsequence <code>c1-c2</code> means all characters between c1 and c2. The ;TI"Qbackslash character <code>\\</code> can be used to escape <code>^</code> or ;TI"O<code>-</code> and is otherwise ignored unless it appears at the end of a ;TI"*sequence or the end of a +other_str+.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"a = "hello world" ;TI"*a.count "lo" #=> 5 ;TI"*a.count "lo", "o" #=> 2 ;TI"*a.count "hello", "^l" #=> 4 ;TI"*a.count "ej-m" #=> 4 ;TI" ;TI"*"hello^world".count "\\^aeiou" #=> 4 ;TI"*"hello-world".count "a\\-eo" #=> 4 ;TI" ;TI"c = "hello world\\r\\n" ;TI"*c.count "\\" #=> 2 ;TI"*c.count "\\A" #=> 0 ;TI")c.count "X-\\w" #=> 3;T:@format0: @fileI" string.c;T:0@omit_headings_from_table_of_contents_below0I"*str.count([other_str]+) -> integer ;T0[ I"(*args);T@$FI"String;TcRDoc::NormalClass00
💾 Save Changes
❌ Cancel