Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » regexp » special
  • First Name validation

    Hi   This regular expression checks following things   (?=^[a-zA-Z])(?=.*[a-zA-Z]).*[a-zA-Z]$  - first and last character must be alphabet  - accepts single character input  -  it wont allow any special character and white space at start and end   Problem is  - it allows special characters like ...
    Posted to Construction Advice (Forum) by javed.attar on March 15, 2007
  • Help in deconstructing Regex expression

    Hi All,           It may seem trivial, but its getting difficult to deduce what this specific regex expression is doing...                   ^[A-Za-z0-9#,.' ...
    Posted to Construction Advice (Forum) by francychacko on February 12, 2007