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 6858589 commit 1ed5460Copy full SHA for 1ed5460
original-en/strings.md
@@ -2342,7 +2342,7 @@ use Illuminate\Support\Str;
2342
2343
$doesntContain = Str::of('This is my name')->doesntContain('MY', ignoreCase: true);
2344
2345
-// true
+// false
2346
```
2347
2348
<a name="method-fluent-str-doesnt-end-with"></a>
translation-ja/strings.md
0 commit comments