UNPKG

@ebay/ebayui-core

Version:

Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.

7 lines (6 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = default_1; function default_1(query = "") { return new RegExp(query.trim().replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&"), "i"); }