For example string is : "Date is 05/01/2022 on 01.30 PM "
from above string , only extract date and time removing other words.
How to use Regular expression ?
or any other way to extract only date and time from string?
For example string is : "Date is 05/01/2022 on 01.30 PM "
from above string , only extract date and time removing other words.
How to use Regular expression ?
or any other way to extract only date and time from string?
Hi @Rajkumar Jagdale
You can use String Package. Use 'Substring" , " Extarct".
or
please refer below similar qustion
Hi @Rajkumar Jagdale ,
You can download the Regex Tools Package from the bot store and use the Regex Tools: Extract a Regex Match Action after passing in the pattern:
\d+?\/\d+?\/\d+
Or you can use the String: Replace Action with the following pattern:
Kind Regards,
Ashwin A.K
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.