prettier/tests/flow/regexp/regexp.js

3 lines
64 B
JavaScript

var patt=/Hello/g
var match:number = patt.test("Hello world!");