2014-10-09 14:24:04 +11:00

3 lines
67 B
JavaScript

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