tc39 / proposal-regexp-lookbehind

RegExp lookbehind assertions
https://tc39.github.io/proposal-regexp-lookbehind/
99 stars 10 forks source link

Which babel plugin supports this feature #12

Closed luojianet closed 5 years ago

luojianet commented 5 years ago

In IE browser

luojianet commented 5 years ago
'filter|get'.match(/(?<=\|).*/)[0]