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
What is the best way to find all records of an e-mail for our company?
Last modifed date
Policy for cleaning mailbox (Exchange)
WSS 3 contact synch with Blackberry
DNS lookup's return external IP address
limit and offset clauses
Using Form Fields to Launch Query
Client does not have permissions to send as this sender
Controlling logins to remote desktop
I want to output a report of my users mailboxes size by OU or attribute using powershell