UNPKG

d3

Version:

A small, free JavaScript library for manipulating documents based on data.

6 lines (4 loc) 129 B
d3.requote = function(s) { return s.replace(d3_requote_re, "\\$&"); }; var d3_requote_re = /[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g;