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
Find all the printers installed on all the machines in the file
NDR 550 5.1.4 in Exchange 2007
Optimizing a MySQL query that uses filesort
Adding Images to a Reporting Services Report
How do I find items in one table that are not in another?
How can i change my Send from Address in Outlook ?
Block List exception list not being exceptionally useful
Can't get IIS to run on Win2K
cannot get websense to use child domain user groups in filtering
'script' session logging in Linux, have to exit twice, need to exit once