SOLVED
RegExMatch a date pattern with string
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ultralightbeam
8 - Asteroid
‎01-18-2021
12:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have this string Arthur Morgan_#_18/01/2021 03:30 PM_#_Date Received_
I just want to get the date of the current string.
Solved! Go to Solution.
Labels:
- Labels:
- Transformation
- Workflow
4 REPLIES 4
Xeu911
8 - Asteroid
‎01-18-2021
12:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Something that works is: "(\d{2}/\d{2}/\d{4})" in a regex tool using the parse method.
21 - Polaris
‎01-18-2021
12:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
15 - Aurora
‎01-18-2021
12:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
sparksun
11 - Bolide
‎01-18-2021
12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is this what you want? if it works for u,pls mark it as a solution.
