yjryu / UI_Layout star
File name
Commit message
Commit date
yjryu 2024-01-10 b1cdf23 240110 류윤주 commit UNIX

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