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: