Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
468 views

C# Need to locate web addresses using REGEX is that possible?

C# Need to locate web addresses using REGEX is that possible? Basically I need to parse a string prior to loading it into a WebBrowser myString = "this is an example string http://www.google.com , ...
1
vote
1answer
55 views

Is it possible to open up certain web addresses using the default internet browser with python?

I want python to open up a certain address using the computers default web browser. Is this possible?
1
vote
2answers
93 views

How do I check for a web address and reject an email with regex?

Where I'm running into a roadblock is trying to check for this (?<http>(http|ftp|https):\/\/)?(?<address>([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?) while rejecting the expression if it ...
0
votes
1answer
438 views

Non Standard Web Address Format

We sent mails to customers in our application which has a link in it. In yahoo and Hotmail, whenever the customer clicks on the link it displays following warning The URL is long encrypted query ...