Skip to content
Prev 205164 / 398506 Next

Regexp: extract first occurrence of date in string

I would like to extract first date from a string:
[1] "first date is 05.12.2009. Second date is 06.12.2009."

I tried:
[1] "05.12.2009. Second date is 06.12.2009."
How to modify this?

-J