1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

13 Commits

Author SHA1 Message Date
ruanyf
4c80184abe docs(string-methonds): fixed typo 2024-12-31 16:24:06 +08:00
ruanyf
f6e88af4bd docs(string-methods): add .toWellFormed() 2024-07-24 20:57:35 +08:00
ConradZhangcong
2215773121 Update string-methods.md 2021-11-16 15:55:20 +08:00
Ruan YiFeng
79e871c872 docs(array): add at() 2021-11-15 03:33:33 +08:00
Mr.Care
1f57596bb1
一处笔误
在字符串 replaceAll()方法中的第二个参数的说明部分,按照笔者的意思`$&` 应当代表匹配的“字符串”,而不是匹配的“子字符串”
2021-07-31 14:38:19 +08:00
ruanyf
f8171643cd docs(string-methods): edit replaceAll(), fixed #1018 2020-11-17 22:32:59 +08:00
ruanyf
356b0db1b0 docs(string): add replaceAll() 2020-10-25 12:33:23 +08:00
ruanyf
0e7b53f00f docs(string-methods): fix #913 2019-09-20 22:37:47 +08:00
ruanyf
561b30426e docs(string-methods): fix #913 2019-09-20 22:35:01 +08:00
ruanyf
95d62ea56c docs(string-methods): refact String.raw() 2019-06-17 15:28:34 +08:00
ruanyf
0a5db0d02a docs(string-methods): edit 2019-05-26 20:41:20 +08:00
waiting
aebcc496ee
docs(string): 增加对于多字节 UTF-16 字符元素展开方法例子
v8 7.2 引擎的 spread 展开运算性能比 for-of 更高
ref: https://v8.js.cn/blog/spread-elements/
2019-05-25 17:30:16 +08:00
ruanyf
14a4724b85 docs: add string-methods 2019-04-23 14:20:50 +08:00