I need to use a datetime.strptime on the text which looks like follows.
‘Some Random text of undetermined length Jan 28, 1986’
how do i do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using the ending 3 words, no need for regexps (using the
timemodule):Using the
datetimemodule: