How to write RegEx for this? can anyone help.
WEEK 20 RENTAL: JULY 22 - JULY 23, 2019
How to write RegEx for this? can anyone help.
WEEK 20 RENTAL: JULY 22 - JULY 23, 2019
have a look here:
WEEK \d{1,2} [A-Z,a-z]*: [A-Z,a-z]* \d{2} - [A-Z,a-z]* \d{2}, \d{4}
I never used this Regex Bulider. Is that correct whatever i did in it.
The output is coming as below:
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
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.