Skip to content

Conversation

@sediqzada94
Copy link
Contributor

No description provided.

@taylorotwell
Copy link
Member

No ToC entry.

<a name="method-str-doesntcontain"></a>
#### `Str::doesntContain()` {.collection-method}

The `Str::doesntContain` method determines if the given string does not contain the given value. This method is the inverse of the `contains` method. By default, this method is case sensitive:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to add a link here:

Suggested change
The `Str::doesntContain` method determines if the given string does not contain the given value. This method is the inverse of the `contains` method. By default, this method is case sensitive:
The `Str::doesntContain` method determines if the given string does not contain the given value. This method is the inverse of the [`contains`](/docs/{{version}}/strings#method-str-contains) method. By default, this method is case sensitive:
taylorotwell added a commit that referenced this pull request Nov 5, 2025
…sing ToC entry (#10901) * document fluent string deosntContain method * add ToC for Stringable doesntContain docs * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants