????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/util/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/util/escapeRegExp.js |
// Escape special characters in regular expressions // Per https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#Escaping const ESCAPE_REGEXP = /[.*+\-?^${}()|[\]\\]/g; export const escapeRegExp = (s) => s.replace(ESCAPE_REGEXP, "\\$&"); //# sourceMappingURL=escapeRegExp.js.map