UNPKG

@krowdy-ui/views

Version:

React components that implement Google's Material Design.

3 lines 125 B
export default function escapeRegexp(text) { if (text) return text.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');else return ''; }