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

Browse by Tags

All Tags » numbers
  • Need Help for a Telephone format number

    Hi Everyone. I need you help for a regular expression for a telephone number in ASP.Net, which meet the criteria from below:   * 11 numbers only * The first two digits has to be "02"  * The last seven numbers can't be "0000000"   That's it.  I'd really apreciate if you ...
    Posted to Construction Advice (Forum) by anyulled on September 11, 2008
  • Match non-numbers in input field

    I have a text input field that I want only to accept numbers or the strings "min" and "max" I am using the javascript replace function and have the code (/[^0-9]/gi,"") that will get rid of all characters that aren't numbers, what do I need to add so that it will still keep the strings min and max?  I ...
    Posted to Construction Advice (Forum) by sreg0r on August 26, 2008
  • Ascending numbers with specific separators

    Hello all, I'd like to check on a php page that a text string complies with the following rule : Contain numbers,  in ascending order, with only   ,    or    -     as separators The numbers represent requested items (like pages to print), my purpose is then to count the ...
    Posted to Construction Advice (Forum) by ldauphin on February 8, 2008
  • filter ORACLE errors

    Hello regex gurus, Oracle Grid Control enables admins to define a regex to filter the amount of error messages. In essence, the range of the error messages go from 00000 up to 99999. Basically, what I'm looking for is a regex which filters out *only* two or more specific error codes I define (like 12667 and 12333), but lets ...
    Posted to Construction Advice (Forum) by soho on October 4, 2007
  • I want add conditions a regex

    Hello!  I need allow 001,002,003, 999, but deny 000. I'm use [0-9]{3}, but I do not know, how not permit to 000. I using ASP.NET :).  Saludos,
    Posted to Construction Advice (Forum) by sergiotarrillo on June 13, 2007
  • Currency input shortcut

    I am trying to validate the currency input allowing some shortcuts as following, "M" on right end means thousand "MM" on right end means million "B" on right end means billion  Other characters or characters above on other position are not allowed.  Can someone help me create the validation ...
    Posted to Construction Advice (Forum) by Jasonzy on April 26, 2007
  • Number Format

    Hi, I want to replace numbers that look like this: 3141592.65358 to this format: 3,141,592.65358. I didn't even know how to start. Some more examples: 123.123          ->            ...
    Posted to Construction Advice (Forum) by foodforlions on November 16, 2006
  • 0 to 24 or 0,5 to 23,5 reg exp need

    Hi everyone. I never write regular expressions. And now i need to check this range -> 0 to 24 but also 0,5 to 23,5 is ok. Ex : 0    0,5    1,0     1,5 ....   23,5   24 Could anyone write regular expression pattern for me :) Regards from Turkey Serkan ser34sag@yahoo.com
    Posted to Construction Advice (Forum) by ser34sag on August 25, 2006