Find Pattern Using Regex

Hi,
Here are some example of days and hours which comes in different format. Anyone here can help me find pattern using Regex. Basically what I want to identify is the days and hours separately. Using that I have to fill up a form entering the day and hours.
Capture

Hi @Nahid_Sultana

Mi recommendation is to look up on the data source, if you can make some changes on the process previous to the automation. The non standard data imply too many validations and an extra effort for the development.

Otherwise, you could use https://regex101.com/ to find the pattern that you want.

best regards,

Andres