Microsoft
Software
Hardware
Network
Question : more jscript regex strip string help
Strip "SetLock=1" from a string
Lets says I have:
page.asp?action=update&id=
21&SetLock
=1&fruit=o
range
How do I strip out "SetLock=1" from this string?
Answer : more jscript regex strip string help
what about:
var s = "page.asp?action=update&id
=21&SetLoc
k=1&fruit=
orange
";
s = s.replace(/SetLock=1/, "");
Random Solutions
serial ports on mstsc
Question about wget, https, and downloading from a CGI application...
how to modify perl @INC array
Can the same Pagefile.sys be used on a dual-boot WinXP-32bit/WinXP-64bit?
SPS Portal Restore to New Farm..
Folder Redirection and the Recycle Bin
Newsletter Images
Environment Variables
how to change "categories table" text format in oscommerce open source eshop.
prevent internal Exchange Server's name from showing up on internet message header of outgoing mail