OT: RegularExpression help

A

Adam

Hi, can anyone help me with a regular expression for my .NET
application?

All I want to do is match the following in a string that I have
already retrieved from the database.

<span email="(e-mail address removed)" id="my-id">

I have been trying for over an hour and cannot seem to get it right

Thanks
Adam
 
G

G Himangi

Use the following:
<span\semail="myemail@here\.com"\sid="my-id">

---------
- G Himangi, LogicNP Software http://www.ssware.com
Shell MegaPack: Drop-In GUI Controls For Windows Explorer Like File And
Folder Browser Functionality
CryptoLicensing: Add licensing, copy-protection and activation to your
software
EZNamespaceExtensions: Fast and painless development of namespace extensions
EZShellExtensions: Rapid development of all shell extensions,explorer bars
and BHOs
 
A

Adam

Use the following:
<span\semail="myemail@here\.com"\sid="my-id">

---------
- G Himangi,   LogicNP Software      http://www.ssware.com
Shell MegaPack: Drop-In GUI Controls For Windows Explorer Like File And
Folder Browser Functionality
CryptoLicensing: Add licensing, copy-protection and activation to your
software
EZNamespaceExtensions: Fast and painless development of namespace extensions
EZShellExtensions: Rapid development of all shell extensions,explorer bars
and BHOs

Thanks :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top