UNPKG

@krowdy-ui/views

Version:

React components that implement Google's Material Design.

10 lines (8 loc) 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = escapeRegexp; function escapeRegexp(text) { if (text) return text.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');else return ''; }