ASPFriends.com 'aspngregexp' list Archive - February 2002
Messages
Page: 1
Regex Q (5 replies, VIP)
ASPFriends.com 'aspngregexp' list
Copied from [aspngfreeforall] to [aspngregexp] by Alex Lowe webmaster@asp grandrapids.net Hi all Could someone double check this for me please: strEmail 3D txtEmail.Text strPattern 3D "^[\w \.] \@([\w ] \.) \w $" It should accept an email address of someone@tta int.co.uk But when I try a DNS check using System.Net it fails. Other emails are successful though so I know the DNS checker is working. I...
RegEx gurus.. (6 replies)
ASPFriends.com 'aspngregexp' list
Moved from [aspngfreeforall] to [aspngregexp] by Alex Lowe webmaster@asp grandrapids.net Hi All, I've got to do some parsing, of a LARGE html page. Inside of that page is a bunch of javascript populating an array like: Product0[0] "Long Sleeve Shirts\",\"lsShirt"; Product0[1] "Short Sleeve Shirts\",\"ssShirt"; Product0[2] "Women's Pants\",\"wPants"; Product0[3] "Men's Pants\",\"mPants"; Product0[4...
Replace problem (5 replies)
ASPFriends.com 'aspngregexp' list
Hi, Why doesn't the following line remove all link href ....etc tags from my inputString? System.Text.RegularExpressions.Regex.Replace(inputString,@" link (.*) ",""); Thanks, Yannick Smits
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com