Posted 2022-02-05ManualRegular Expressions 正则表达式语法普通字符什么叫普通字符? 当我们写a的时候,我们指的就是a;当我们写爱的时候,我们指的就是爱。 'hello 😀 regex'.match(/😀/);// ["😀", index: 6, input: "hello 😀 regex", groups: undefined]Read more