Evaluating XPath Expresssions
XPath
Result of XPath Evaluation
replace('12March2008', '([0-9]+)([a-zA-Z]+)([0-9]+)', '$1-$2-$3')
'12-March-2008'