\r\n \r\n
\r\n
Quote:
\r\n
\r\n \r\n | \r\n \r\n \r\n Originally Posted by John_0025\r\n \r\n \r\n It would also match 00 as the day and allow some unrealistic years (actually depends what you are doing. Anyway show how to only allow year 19xx or 20xx) \r\n \r\n \r\n Code: \r\n (0[1-9]|[12][0-9]|3[01])-(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)-(19|20)\\d\\d \r\n \r\n \r\n | \r\n
\r\n
\r\n
sweeeeeeet!!! thanx again mate!
\r\nim starting to understand this regexp thingy....(heared about it only before 2 days ago)

\r\n