RegEx help? |
Post Reply
|
| Author | |
Alan
Guest Group
|
Post Options
Thanks(0)
Quote Reply
Topic: RegEx help?Posted: 01 December 2004 at 12:15pm |
|
Can anyone give me a hand at a RegEx string to detect something similar to the following? ----345674158437272-- The string of numbers varies from 11 to 15 digits, but the dashes remain constant |
|
![]() |
|
keizersozay
Groupie
Joined: 26 January 2005 Location: United States Status: Offline Points: 77 |
Post Options
Thanks(0)
Quote Reply
Posted: 01 December 2004 at 1:04pm |
|
((----\d{11,15}--))
|
|
![]() |
|
keizersozay
Groupie
Joined: 26 January 2005 Location: United States Status: Offline Points: 77 |
Post Options
Thanks(0)
Quote Reply
Posted: 01 December 2004 at 1:07pm |
|
or this ((----[0-9]{11,15}--)) |
|
![]() |
|
Alan
Guest Group
|
Post Options
Thanks(0)
Quote Reply
Posted: 01 December 2004 at 2:15pm |
|
Ok, thanks. It looks like I just had extra "(" and ")"'s in mine. I'll give your suggestion a try. |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.648 seconds.


Topic Options
Post Options
Thanks(0)


