10-30-2008, 06:16 AM
Hi,
In the above expression Can we replace double slash [//] with single slash /
I wondering whether below expression is valid or not. If not why?
Thanks,
Akhila
Code:
([1-9]|1[012])[//]([1-9]|[12][0-9]|3[01])[//](200[0-9])
In the above expression Can we replace double slash [//] with single slash /
I wondering whether below expression is valid or not. If not why?
Code:
([1-9]|1[012])/([1-9]|[12][0-9]|3[01])/(200[0-9])
Thanks,
Akhila