What does this do?
- From: "Jeremy Chapman" <NoSpam@xxxxxxxxxx>
- Date: Tue, 28 Jun 2005 16:49:11 -0700
what does this do? is this regex?
function encodestring(s)
{
return s.toString().replace(/\%/g, "%26").replace(/=/g, "%3D");
}
.
- Follow-Ups:
- Re: What does this do?
- From: Roland Hall
- Re: What does this do?
- From: Trevor L.
- Re: What does this do?
- Prev by Date: Re: Iframe loading interrupted by user action.
- Next by Date: Re: JS for generating Email
- Previous by thread: Re: iframe change
- Next by thread: Re: What does this do?
- Index(es):