| Any ideas on this RegExp? (7 replies, VIP) |
| ASPFriends.com 'aspngregexp' list |
| Is there anything in RegExp that would work for the following? 20 Want to let everything pass thru, EXCEPT the word JAVA (no need to be careful regarding case sensitivity). 20 20 The RegExp should *NOT match* the following: (it's important that ONLY this one *NOT match*) The language is: JAVA 20 The RegExp should *match* the following: The language is: C The language is: VB.NET The language is: Pa... |
|
| RegExp (9 replies) |
| ASPFriends.com 'aspngregexp' list |
| Hi All, I need to validated a textbox using the regularexpressionvalidtor in asp.net, following are the valid allowed characters (a z, A Z, 0 9, single quotes, brackets, , ampersand and space). Can anyone suggest a RegExp code to validate the above requirement. Regards, Sathish |
|
| RegEx Parsing Error (2 replies, VIP) |
| ASPFriends.com 'aspngregexp' list |
| I am trying to screen scrape some data from weather.com, but when I load the Response Stream into a Regex object as the string pattern, it gives this exception at run time: Server Error in '/myApp' Application parsing ".... the source of weather.com page goes here...." Source Error Line 55: Regex regexp new Regex(result); Heres my scrapeing code: string result; WebResponse objResponse; WebRequest ... |
|
| RegularExpressionValidator (5 replies, VIP) |
| ASPFriends.com 'aspngregexp' list |
| Moved from [aspngfreeforall] to [aspngregexp] by Charles M. Carroll darthcarroll@asplists.com Is it possible to make sure that the value is a number when the user is filling out a form by using RegularExpressionValidator? I'm trying to use it, but I don't know how to build the right ValidationExpression. Or there's another easier way to do it? Thanks in advanced, Rodrigo Tetsuo Aoki Web Master ATI... |
|
| Retrieving tag attributes (10 replies, VIP) |
| ASPFriends.com 'aspngregexp' list |
| I want to use Custom Meta tags in my HTML to hold special information about the pages. Then I want to retrieve this information to store externally so I can do things like search it, etc. For example: meta name "myCustomTag" content "this is the value" Is using regular expressions the way to go to retreive this data? If it is, can anyone give me and example of how I might do this? Thanks Devin |
|
| URL validation using RegExp (4 replies) |
| ASPFriends.com 'aspngregexp' list |
| Hi All, I need a javascript RegExp code to validate URL , with the following as madatory either (http:// | https://) and followed by www.abc.com 2) A a number check which will accept say 12.05 and Should not accept "12." or "12.05.01" Thanks and Regards, sathish |
|
| reference for RegEx syntax? (4 replies) |
| ASPFriends.com 'aspngregexp' list |
| Copied from [aspngcs] to [aspngregexp] by Charles M. Carroll charlesmarkcarroll@yahoo.com This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. B 3095017622 4761820 Content type: text/plain; charset "US ASCII" Content transfer encoding: 7bit does anybody know of a good reference for creating regular expressions for u... |
|