Files

3 lines
66 B
JavaScript

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