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

Browse by Tags

All Tags » asp.net » only numbers
  • multiline ASP TextBox

    I’m testing a regular expression for use with an ASP TextBox that is set for multiline mode. The requirement is to allow up to 10 tracking numbers, one per line.  Each number must be 22 digits.  Following are a few attempts. Expression #1…. ^\d{22}(\r\n)?$    …accepts 22 digits on 1 line with optional ...
    Posted to Construction Advice (Forum) by macsic on May 6, 2009