All files for deployment ready and tested - further development in this repo.
This commit is contained in:
5
static/nested_admin/src/nested-admin/regexquote.js
Normal file
5
static/nested_admin/src/nested-admin/regexquote.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function regexQuote(str) {
|
||||
return (str + "").replace(/([\.\?\*\+\^\$\[\]\\\(\)\{\}\|\-])/g, "\\$1");
|
||||
}
|
||||
|
||||
export default regexQuote;
|
||||
Reference in New Issue
Block a user