Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
🥕 won't help [ES2021] solution in Clear category for Unix Match. Part 1 by vincent.tscherter
import assert from "assert";
var unixMatch=(t,r)=> !!t.match(r.replaceAll('.','\\.').replaceAll('*','.+').replaceAll('?','.'));
Nov. 27, 2020