In Yahoo Pipes, titles of feed'items :
- some words 23 january 2012 some words
- some words 3 february 2012 some words
- some words 04 july 2012 some words
I want to replace them by
- 23 january 2012
- 3 february 2012
- 04 july 2012
I use regex
replace item.title ^.+(\d{1,2}.+\d{4}) with $1
But i obtain
- 3 january 2012
- 3 february 2012
- 4 july 2012
I have no idea to solve my problem. If someone could help me. Thanks a lot