UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

12 lines (6 loc) 198 B
'use strict'; const internals = {}; module.exports = function (string) { // Escape ^$.*+-?=!:|\/()[]{}, return string.replace(/[\^\$\.\*\+\-\?\=\!\:\|\\\/\(\)\[\]\{\}\,]/g, '\\$&'); };