2014-10-18 15:42:36 +11:00

3 lines
79 B
JavaScript

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