D
Daniel Dupont
Hi there,
I want to test a String. This string must be made of
- 8 numbers
- then a single underscore
- and then 6 numbers
Can anybody tell me what can be the right .Net pattern ?
String sample :
"20041224_235959" (latest christmas)
"20011109_140000" (9/11 crime - CET)
"19891009_180000" (Berlin wall of shame)
"00001224_235959" (That's a joke ! ;-)
Thanks,
I want to test a String. This string must be made of
- 8 numbers
- then a single underscore
- and then 6 numbers
Can anybody tell me what can be the right .Net pattern ?
String sample :
"20041224_235959" (latest christmas)
"20011109_140000" (9/11 crime - CET)
"19891009_180000" (Berlin wall of shame)
"00001224_235959" (That's a joke ! ;-)
Thanks,