2014-12-13 17:33:35 +11:00

5 lines
81 B
JavaScript

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