Regex

From tango.info wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
~[\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})$