Regex

From tango.info wiki
Jump to navigation Jump to search
~[\d/\|-\?]*~ - recording date column, could maybe be tighter

convert track listing with playtime to tabular data

Replace: \([0-9:]*\)$
with:    \t\1

([0-9]{14})
$1\$1.front
^([0-9]{14}).300x300.jpg
$1\graphics\$1.front._tistandard_.300x300.jpg
([0-9]{14})
$1\graphics\$1

find short track duration notation

^([0-9]):([0-9]{2})$