3 lines
79 B
JavaScript
3 lines
79 B
JavaScript
"use strict";
|
|
var string = "foo💩bar";
|
|
var match = string.match(/foo(.)bar/); |