We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceba55e commit 28cb4c1Copy full SHA for 28cb4c1
readme.md
@@ -47,6 +47,6 @@ const runes = require('runes')
47
'👨👨👧👧a'.substring(1) => '�👨👧👧a'
48
49
// Runes
50
-runes.substring('👨👨👧👧a', 1) => 'a'
+runes.substr('👨👨👧👧a', 1) => 'a'
51
52
```
0 commit comments