- 推荐使用 Regexp101 来学习正则表达式 - Ref
- 在浏览知乎时,我更倾向于关注问题[question]以及回答,而非文章[zhuanlan]内容;搜索时,会习惯性的用 正则表达式 site:zhihu.com/question
- Regexp#flag d 记录匹配索引
- Regexp#escape()
- Regexp#\p{…}
^(?=.*[0-9])(?=.*[a-zA-Z]).{8,30}$
- Regexp#
.
不匹配\n \r \u2028 \u2029
; 应用于不同场景,不同环境对这些字符做相应处理[渲染] - Regexp#
\s
匹配[\r\n\t\f\v\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff\u0020]
- solution:subgrid/solution:需要存在文本[text]/DEMO
- CSS#shape clockwise, counterclockwise
- 避世离俗 - 梁博 - 精气神
- 老板要我开发一个简单的工作流引擎 - XState 实现
- CSS#animation-composition - Ref
- CSS#@supports
- Dynamic Toggle with [type=radio] + :has()
- 匮乏感 - 别人拥有了,就仿佛自己失去了
-
他们明明知道我们知道他们在撒谎,但他们依然在撒谎
- 学会正确的表达自己的需求,学会控制情绪
- Understanding various syntaxes to annotate a function’s type in TypeScript
type IIdentity = { // call signature (v: number): number, // other properties, if any whoAmI: "I am identity man" } // or interface IIdentity { // call signature (v: number): number, // other properties, if any whoAmI: "I am identity man" }
- 图片占位算法 - ThumbHash
transition-[run/start/end/cancel]
- TransitionEvent- queueMicrotask
2025 第 20 周
发布: