string.includes(position = 0)
includes method for strings. Resolve native includes if implemented, otherwise fallback to shim implementation.
includes
const includes = require("ext/string_/includes"); includes.call("razdwa", "raz"); // true includes.call("razdwa", "trzy"); // false