2014-11-23 16:15:39 +11:00

3 lines
66 B
JavaScript

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