From 506033d2316c02fa48b5d714812642cc2bb4718b Mon Sep 17 00:00:00 2001 From: Balboa <20909423+balboacodes@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:43:49 -0400 Subject: [PATCH] wip --- strings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strings.md b/strings.md index 2302d2bb84..d4c2484e12 100644 --- a/strings.md +++ b/strings.md @@ -587,7 +587,7 @@ $result = Str::deduplicate('The---Laravel---Framework', '-'); // The-Laravel-Framework ``` - + #### `Str::doesntEndWith()` {.collection-method} The `Str::doesntEndWith` method determines if the given string doesn't end with the given value: @@ -614,7 +614,7 @@ $result = Str::doesntEndWith('This is my name', ['name', 'foo']); // false ``` - + #### `Str::doesntStartWith()` {.collection-method} The `Str::doesntStartWith` method determines if the given string doesn't begin with the given value: