Hello everybody!

I'm interested in: how to split for example this record:

ab ab ab 22.04.2009

So, I want to have two variables.

A: ab ab ab

B: 22.04.2009

So, first string will always be a one word (or more), and the another string will always be number (always as date)

Thanks!