Microsoft
Software
Hardware
Network
Question : How to use OR condition in regular expression
Hi,
How to use OR condition in regular expression
my req is
YYYY/MM/DD format if the user enter YYYY/M/DD also i want to accept ?
eg:
YYYY/MM/DD---- 2010/08/19
YYYY/M/DD ---- 2010/8/19
in regular expression i worte YYYY/MM/DD
YYYY/MM/DD ---- /^\d{4}\/\(d){2}\/\d{2}$/
but i dont know how to but or condition ??
How can i do that ??
Answer : How to use OR condition in regular expression
/^\d{4}\/\d
{1,2}
\/\d{2}$
/
Random Solutions
Save only sends e-mail with removed attachment again
auto run lightbox
How do I configure OWA internal/external URL's?
mozilla keeps session even if close it
Using VBA to read inbox of non-default mailbox
Using 3rd Party SSL to Setup Exhange 2007, Outlook 2007, Server 2003 with Terminal Services
'SettingsSingleFileGenerat
or' 'ResXFileCodeGenerator' problem
SQL Server find sequnce of same values
Reasons to define UDT..
OutlookAnywhere for Exchange 2007 - client keeps asking for credentials