Actions
Bug #4292
closedType of rdoc in string.c
Description
=begin
--- string.c (revision 30594)
+++ string.c (working copy)
@@ -2577,7 +2577,7 @@
- against str,and returns the position the match starts, or
-
nil
if there is no match. Otherwise, invokes - obj.=~, passing str as an argument. The default
-
-
=~
inObject
returnsfalse
.
-
-
-
=~
inObject
returnsnil
. -
"cat o' 9 tails" =~ /\d/ #=> 7
-
"cat o' 9 tails" =~ 9 #=> nil
-
=end
Files
Actions
Like0
Like0Like0