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
Vision Slogan
How to integrate paypal with mysql inventory
SQL Express change language from US to UK English to fix date formatting issue
I have an Excel spreadsheet that is too large
Blocking Blogging?
Clear Search History in IE 7
5.1.1 Recipient address rejected: undeliverable address: no local mail delivery Postfix
Disk defragmentation report in windows xp
application to identify what programs are using disk i/o in WinXP
DECODE in Sybase