necessary 13.2.1 â 13.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -949,7 +949,7 @@ Note that, conceptually speaking, the first argument is taken away from the seco
|
|
|
949
949
|
|
|
950
950
|
Note also that the double-struck `C` is in the basic multilingual plane and has code point `0x02102` whereas the double-struck `đž` is in an astral plane and has code point `0x1D538`, therefore their difference is positive.
|
|
951
951
|
|
|
952
|
-
* The `
|
|
952
|
+
* The `indexOf()` function takes `string` and `searchString` and works in identical fashion to the `String` class' `indexOf()` method, however it is Unicode safe:
|
|
953
953
|
|
|
954
954
|
```
|
|
955
955
|
indexOf("đžb", "b"); // Returns 1.
|