Topic awaiting preservation: ASP: find dates within a string of alphabetical characters (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Maryland, USA |
posted 07-14-2005 16:55
I am trying to figure out how to find an indeterminate number of dates within a string of alphabetic characters. For example: |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 07-14-2005 18:57
Do a search for regular expression libraries for ASP. A regular expression should be able to do this with no problems. |