Skip to content

Commit 4bb1622

Browse files
authored
wip (#10582)
1 parent 7adad40 commit 4bb1622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

strings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ $result = Str::deduplicate('The---Laravel---Framework', '-');
587587
// The-Laravel-Framework
588588
```
589589

590-
<a name="method-doesnt-end-with"></a>
590+
<a name="method-str-doesnt-end-with"></a>
591591
#### `Str::doesntEndWith()` {.collection-method}
592592

593593
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']);
614614
// false
615615
```
616616

617-
<a name="method-doesnt-start-with"></a>
617+
<a name="method-str-doesnt-start-with"></a>
618618
#### `Str::doesntStartWith()` {.collection-method}
619619

620620
The `Str::doesntStartWith` method determines if the given string doesn't begin with the given value:

0 commit comments

Comments
 (0)