U:RDoc::AnyMethod[iI"
count:ETI"String#count;TF:publico: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 ^
is negated. The ;TI"Nsequence c1-c2
means all characters between c1 and c2. The ;TI"Qbackslash character \\
can be used to escape ^
or ;TI"O-
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::NormalClassI"
scanf;T0