I have a problem with the code that I am working on, what happens is that it has bars that were previously placed for the security of the company.
Now we are updating some details of the page but delete one by one the
"\"
Is it a bit delayed, is there a tool that allows you to remove that character from the code?
!function(a,b){\"object\"==typeof module&&\"object\"==typeof module.exports?module.exports=a.document?b(a,!0):function(a)
Manually it would be something like this:
!function(a, b) {
"object" == typeof module && "object" == typeof module.exports ? module.exports = a.document ? b(a, !0) : function(a) {
if (!a.document)
throw new Error("jQuery requires a window with a document");
return b(a)
}
What command / tool can I use to remove "/"
?