The data is as follows (here the date is in string datatype):
31/December/2022
31/Dec/2022
December/31/2022
Dec/31/2022
Requirement - I want to extract the name of the month from this string using regex and want to count the length of the resultant string.
Kindly help me with the solution.
Regards,
Chirag