Skip to content
Prev 315625 / 398503 Next

Working with regular expression

Hello again,

I was trying to extract the date element from a character vector using
Regular expression. Below is a sample what I was trying to do:
[1] "  09 2009"  "01-01-2001"


I basically have a long text and the task is to extract the date
element. My above strategy failed because I can not extract the month
for the first element.

Can somebody help me out?

Thanks and regards,