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
Sybase 12.5: Compare Table Load Performace between Dev and Prod box
Site to zone assignment will not apply in Terminal Server
How to create a site directory MOSS 2007
Add additional node in CCR Cluster of Exchange 2007
Event Listener that waits for a MovieClip to stop playing.
Exchange Server 2003 setup - DNS failed test in NetDiag.log
Better than fraps
Find command with Case insensitive on
EventID 1030 + 1058
Python: how to check mail status