Micro Focus QTP (UFT) Forums
REgular Expression for Dynamic Date - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Regular Expressions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Regular-Expressions)
+--- Thread: REgular Expression for Dynamic Date (/Thread-REgular-Expression-for-Dynamic-Date)



REgular Expression for Dynamic Date - nulupraveen - 04-14-2011

Can any one let me know the Regular Expression for the following Date format: 14 Apr 2011 .Also please let me know what kind of check point do i prefer for this dynamic date field.


RE: REgular Expression for Dynamic Date - Jay - 04-14-2011

Try this:
Code:
.*[0-9][0-9][a-z][a-z][a-z]20[0-9][0-9].*



RE: REgular Expression for Dynamic Date - surya_7mar - 06-07-2011

This may also work for you
Code:
\d\d/\d\d/\d\d\d\d