What does this do?

Tech-Archive recommends: Fix windows errors by optimizing your registry



what does this do? is this regex?

function encodestring(s)

{

return s.toString().replace(/\%/g, "%26").replace(/=/g, "%3D");

}


.