exp_p='[^\d]*(\d*\+? years|Years|year|Year)'
'x years'
\d*\.?\d*\+?\s+(?:[Yy]ears|[Yy]ear)
exp_p='\d+(\.\d+)\s*(years|Years|year|Year)'
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)