📅  最后修改于: 2022-03-11 15:01:26.303000             🧑  作者: Mango
// It's the 'i' flag at the end of the expression.
/hello world/.test('Hello World'); // False
/hello world/i.test('Hello World'); // True