How to extract a date from a text

Hello,
I would like to extract a date in the form “DD/MM/YYYY” from a text. I have searched ont Internet (Device Tools with .Parse or other methods) but I can’t seem but I can’t seem to get what I want. Waiting for your answers. Thanks

use regex extension https://kevinkun.cn/regex.html

1 Like

just follow the block, write the same pattern.

Can you show the date format you receive in text. You can use replace all text and segment block to extract date and show in what ever format you want.

This format is in MM/dd/yyyy?

It’s night time in my country so I will show you blocks tomorrow

For me it works

pattern \d\d/\d\d/\d\d\d\d

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