We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce879c commit e792986Copy full SHA for e792986
lib/Type/Str.pod
@@ -457,7 +457,7 @@ Examples:
457
multi method substr-eq(Str:D: Str(Cool) $test-string, Int(Cool) $from) returns Bool
458
multi method substr-eq(Cool:D: Str(Cool) $test-string, Int(Cool) $from) returns Bool
459
460
-Returns C<True> if the C<$test-string> matches the C<String> object,
+Returns C<True> if the C<$test-string> exactly matches the C<String> object,
461
starting from the given initial index C<$from>. For example, beginning with
462
the string C<"foobar">, the substring C<"bar"> will match from index 3:
463
0 commit comments