import * as S from "flurp/string";const hasAs = S.includes("as");hasAs("weasel"); // truehasAs("hippo"); // false
Example