# stringNotIncluding Source: https://smartassertions.dev/matchers/stringNotIncluding/ Index of every page: https://smartassertions.dev/llms.txt Matcher for a string that does not include a given substring. Matchers are applied through assertObjectMatches, where they narrow the corresponding property type. Type information that already exists in the calling scope is incorporated. ## Usage ```ts import { assertObjectMatches, stringNotIncluding } from "@kensio/smartass"; const value: unknown = { content: "safe plain text", }; assertObjectMatches(value, { content: stringNotIncluding("