Start a new topic

Help with extracting day and month with a Regular expression

Hi all,


I wonder if anyone can help. Apologies if this has already been address in previous post.

I want to write a RegEx to strip month and another for day. So for a format of dd/MM/YYYY

I want to create two dictionaries. One that will be (dd) and another for (MM)


Could anyone help please?


Best,

Binta


This is a helpful guide: https://omaticsoftware.freshdesk.com/support/solutions/articles/28000006124-what-are-some-commonly-used-regular-expressions-


#18 in the list is the month only example, change the replacement value to $1 to get the day only

Thanks Barbara. I works :) .


Binta

Login or Signup to post a comment