| How to match a range of numbers? (4 replies) |
| ASPFriends.com 'aspngregexp' list |
| What I want to do is to match integers between 0 to 3567. I have problem doing this since i only know how to match numbers between 0 and 9999 "^[0 9]{1,4}". Can anyone help me... or tell me its impossible? :) Thank you! ................................................................ SVERIGES ENKLASTE E POSTADRESS! http://www.sverige.nu SVERIGES NYA ADRESSREGISTER! http://www.adress.nu |
|
| help on regexp! (6 replies) |
| ASPFriends.com 'aspngregexp' list |
| Hi! I have to test some phones entered into a textarea. So for example someone enter this: textarea (123) 2334 1222 (124) 2334 1222 /textarea What I want to check is that the user enter a valid phone with this regex ((\(\d{3}\) ?)|(\d{3} ))?\d{4} \d{4} but also I want to check that the number of phones entered to be 10 between phones there are Enters so this is correct textarea (123) 2334 1222 (12... |
|
| Using RegExp object in .NET (4 replies) |
| ASPFriends.com 'aspngregexp' list |
| Copied from [aspngwebservices] to [aspngregexp] by Charles M. Carroll darthcarroll@aspfriends.com Hi everyone, I'm building a Web service for internal use which reporters can use to "wash" their stories and have the thier content be returned treated with formatted hyperlinks, based on a collection of predefined HREFs (mainly just organizational sites and past storylines we've done), if certain tex... |
|