Update README.md

This commit is contained in:
Jarred Sumner
2022-11-02 01:47:27 -07:00
parent 97fa2702d1
commit b459d09030

View File

@@ -3845,7 +3845,7 @@ const {
});
const searchIterator = new JSCallback(
(ptr, length) => new CString(ptr, length).test(/wut/i),
(ptr, length) => /hello/.test(new CString(ptr, length)),
{
returns: "bool",
args: ["ptr", "usize"],