Monday, June 5, 2023 12:35 PM f RVCORF-Norfolk Office - Kempsville Road, SCRIPSEMA_N, BEOVU OD, 5min
I want to extract date and name (BOLD ones) and these are changing every time
Help me to create a regex to extract date and this name(changes)
Monday, June 5, 2023 12:35 PM f RVCORF-Norfolk Office - Kempsville Road, SCRIPSEMA_N, BEOVU OD, 5min
I want to extract date and name (BOLD ones) and these are changing every time
Help me to create a regex to extract date and this name(changes)
Are the position of these Comma gonna be constant or that could change as well?
You can extract the required data by using below regex expressions
For extracting date -
For extract the name -
Hope it helps!!
would you please share an example?
Is the len of the date and the name fix?
can you try this once using split function as you can separate it with , and the last to 2nd one gives the Name
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.