2014-10-11 22:33:08 +11:00

3 lines
67 B
JavaScript

var string = 'foo💩bar';
var match = string.match(/foo(.)bar/u);