es6draft icon indicating copy to clipboard operation
es6draft copied to clipboard

A regex-related bug

Open ziyunfei opened this issue 10 years ago • 0 comments

js> "ab".match(/([ab]*?)*/)
[ "", "" ] // should be ["ab", "b"]

ziyunfei avatar Mar 31 '16 07:03 ziyunfei