Content mirrored for search engine indexing from:
https://github.com/leoxiong7289/JS-notebook/wiki/Note:-RegExp
Why does this service exist?
Note: RegExp - leoxiong7289/JS-notebook GitHub Wiki
/\s|(?=A-Z)|_|-/
\s: 空格;
(?=A-Z):判断是否为大写字母
|: or
🗂️ Page Index for this GitHub Wiki