2018-01-09 15:36:42 +01:00

3 lines
67 B
JavaScript

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