From: Ashley Moran Date: 2006-04-26T18:16:45+09:00 Subject: Date-building regexes Hi Does anyone know of a regular expression for *building* a date? That is one that will match "3", "30", "30/", "30/0" (etc), but not "30/099" or (ideally) "30/02"? I've had a quick look into it and it seems pretty complex, and I figured someone must have solved the problem before. Thanks Ashley