Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
REgular Expression for Dynamic Date
#1
Solved: 10 Years, 8 Months, 3 Weeks ago
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.
Reply
#2
Solved: 10 Years, 8 Months, 3 Weeks ago
Try this:
Code:
.*[0-9][0-9][a-z][a-z][a-z]20[0-9][0-9].*
Reply
#3
Solved: 10 Years, 8 Months, 3 Weeks ago
This may also work for you
Code:
\d\d/\d\d/\d\d\d\d
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to click on a date button? Parthasit033 0 1,828 09-06-2017, 01:49 AM
Last Post: Parthasit033
  Need Any digit in xpath path using Regular expression Priyam 1 3,251 10-05-2016, 11:05 AM
Last Post: Ankur
  Regular expression to read two words in lowercase, uppercase and with and without spa sarahq49 1 3,194 04-09-2015, 01:56 AM
Last Post: sarahq49
  Regular expression and script optimisation Padmavathy 1 3,612 03-30-2015, 11:46 AM
Last Post: supputuri
  Regular expression in descriptive programming testernc 1 16,392 12-08-2014, 06:38 PM
Last Post: anshika.agarwal

Forum Jump:


Users browsing this thread: 1 Guest(s)