Files
site/nova-components/NovaLeader/node_modules/ext/docs/string_/includes.md
2025-04-21 16:03:20 +02:00

427 B

string.includes(position = 0) (ext/string_/includes)

includes method for strings. Resolve native includes if implemented, otherwise fallback to shim implementation.

const includes = require("ext/string_/includes");

includes.call("razdwa", "raz"); // true
includes.call("razdwa", "trzy"); // false