What is the Regular Expression for this type of expression “Start Date: [Some Month] [dd], [yyyy]” where the entire month is typed… I want to extract this string and then further process it..
What is the Regular Expression for this type of expression Start Date: [Some Month]
Share
It depends how strict you want to be:
…should do it.
More strict: