regex 1-19-13
2014-08-29azim58 - regex 1-19-13
Regex to transform rows containing a title and 4 values into a title
followed by 4 rows of values in new rows.
f
(\w+)\t(\d+(\.)?(\d+)?)?\t(\d+(\.)?(\d+)?)?\t(\d+(\.)?(\d+)?)?\t(\d+(\.)?(\
d+)?)?
r
$1\r$2\r$5\r$8\r$11