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 a function which best suits the data
What is a "service", "process", "thread"?
Printing out gridlines on a report
Automatically Scheduled Mail
MergeField not found breaks the automated mailmerge process: Word object shows a dialog!
Get-WmiObject win32_operatingsystem not working properly thru Windows XP Firewall
Question on Log shipping setup out of sync alert
FAT TABLE
Remote Desktop Connection/RDP Issues - Trying to connect to workstation within a domain behind firewall
GAL