Browse by Tags

Related Posts

  • Inconsistant Regular Expressions

    I am having trouble with inconsistant behavior regarding regular expressions. I use the following regexp to test for a 'strong' password: ^(?=.*[0-9]).{6,20}$ This requires 6-20 characters with at least one digit. The expression works PERFECTLY when I use it with System.Text.RegularExpressions'...
    Posted to Web Forms (Forum) by angryllama on 07-16-2007, 12:00 AM
    Filed under: ASP.NET, RegEx Match, RegEx, ASP.NET 2.0, regular expression, regularexpressionvalidator, Regular Expression Validator
  • Re: Culture and date setttings - inconsistency between VWD browser and IE.

    Hi, I'm new to this forum so have only just read your post. If you haven't already solved it have you tried using a regular expression validator to validate the date rather than the compare validator. Here's an example of how I used a regular expression validator in one of my web apps that...
    Posted to Localization (Forum) by pathowe on 04-26-2008, 12:00 AM
    Filed under: ASP.NET, Culture UICulture, CultureInfo, date validation, RegularExpressionValidator, uk dates
  • Regular Expression to Validate Internation Fax Number asp.net

    Hi, i need to validate a textbox value which is for enterning a international fax number. The format is +234567788999 So,it Should allow "+" symbol and numbers. Very Urgent .Anybody please reply.Thanks
    Posted to Web Forms (Forum) by aditya_raj on 12-18-2007, 12:00 AM
    Filed under: RegularExpressionValidator, Regex, regular expression, asp.NET, ASP.NET 2.0, client Side Web development, ClientScript, client side validation, client side
Page 1 of 1 (3 items)