|
|
Browse by Tags
All Tags » numbers
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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,
-
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 ...
-
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 -> ...
-
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
|
|
|