How to create regex to pick this date

Can you please help me what wrong I am doing?

@Swarit_Goyal1

Can you provide what was your expected output

Cheers

07/18/2024 this date

@Swarit_Goyal1

Try this

(?<=Valid\s*\d{2}/\d{2}/\d{4}\s*-\s*)\d{2}/\d{2}/\d{4}

And please select .next from flavour on the left side panel

Cheers

Thanks brother it is working

1 Like

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