MCPcopy Index your code
hub / github.com/microsoft/SandDance / formatRe

Function formatRe

docs/app/js/sanddance-app.js:112620–112622  ·  view source on GitHub ↗
(names)

Source from the content-addressed store, hash-verified

112618 return s.replace(requoteRe, "\\$&");
112619}
112620function formatRe(names) {
112621 return new RegExp("^(?:" + names.map(requote).join("|") + ")", "i");
112622}
112623function formatLookup(names) {
112624 return new Map(names.map((name, i)=>[
112625 name.toLowerCase(),

Callers 1

formatLocaleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected