RegEx for pdf US date

How to write RegEx for this? can anyone help.

WEEK 20 RENTAL: JULY 22 - JULY 23, 2019

image

have a look here:
grafik
WEEK \d{1,2} [A-Z,a-z]*: [A-Z,a-z]* \d{2} - [A-Z,a-z]* \d{2}, \d{4}

2 Likes

I never used this Regex Bulider. Is that correct whatever i did in it.

The output is coming as below:

image

Could you give me some suggestion

@sybasha
This Activity has a Matches Output variable, configured by you.

Give atry on
YourMatchesVar(0).toString

Also have a Look Here

2 Likes

it worked. is there any way to convert JULY 22 - JULY 23, 2019 into mm/dd/yyyy format,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.