2014-11-23 16:15:39 +11:00

5 lines
89 B
JavaScript

"use strict";
var string = "foo\ud83d\udca9bar";
var match = string.match(/foo(.)bar/);