We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6b864 commit 7217f13Copy full SHA for 7217f13
README.md
@@ -16,7 +16,7 @@ npm install -S @jswork/next-regex-index-of
16
import '@jswork/next-regex-index-of';
17
18
const str = `What's this? 这是什么?`;
19
-const res = nx.regexIndexOf(str, /[\u4e00-\u9fa5]/); // -1
+const res = nx.regexIndexOf(str, /[\u4e00-\u9fa5]/); // 13
20
```
21
22
## license
0 commit comments