2014-10-11 23:40:11 +11:00

3 lines
66 B
JavaScript

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