I wanted to get all the DOB from a resume by searching a keyword which is “birth” and get the equivalent value using regex.
Example:
Birthdate: Jan 06, 2021
Birthday: Jan 06, 2021
Date of Birth: Jan 06, 2021
Output: Jan 06, 2021
I wanted to get all the DOB from a resume by searching a keyword which is “birth” and get the equivalent value using regex.
Example:
Birthdate: Jan 06, 2021
Birthday: Jan 06, 2021
Date of Birth: Jan 06, 2021
Output: Jan 06, 2021
Thank you. It is working now.
Hi Prasath. Thank you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.