🔁


History

  1. To switch the order of the song's title and number you can use regular expressions (regex) or wildcards in the replace dialog of many text editors, e.g. enter <strong><span class="nobr">(.+) (\d+)</span></strong> or <strong><span class="nobr">(&lt;*) (&lt;[0-9]@&gt;)</span></strong> in the <strong>Find</strong> field and enter <strong><span class="nobr">$2 $1</span></strong> or <strong><span class="nobr">&#92;2 &#92;1</span></strong> in the corresponding <strong>Replace</strong> field.
    To switch the order of the song's title and number you can use regular expressions (regex) or wildcards in the replace dialog of many text editors, e.g. enter <strong><span class="nobr">(.+) (\d+)</span></strong> or <strong><span class="nobr">(&lt;*) (&lt;[0-9]@&gt;)</span></strong> in the <strong>Find</strong> field and enter <strong><span class="nobr">$2 $1</span></strong> or <strong><span class="nobr">&#92;2 &#92;1</span></strong> in the corresponding <strong>Replace</strong> field.

    To switch the order of the song's title and number you can use regular expressions (regex) or wildcards in the replace dialog of many text editors, e.g. enter <strong><span class="nobr">(.+) (\d+)</span></strong> or <strong><span class="nobr">(&lt;*) (&lt;[0-9]@&gt;)</span></strong> in the <strong>Find</strong> field and enter <strong><span class="nobr">$2 $1</span></strong> or <strong><span class="nobr">&#92;2 &#92;1</span></strong> in the corresponding <strong>Replace</strong> field.

    changed via the API .
    Copy to clipboard
  2. Če želiš zamenjati vrstni red naslova in številke pesmi, lahko v mnogih urejevalnikih besedila v pogovornem oknu za zamenjavo besedila uporabiš regularne izraze (regex) ali nadomestne znake. Na primer, v polje <strong>Išči</strong> vpiši <strong><span class="nobr">(.+) (\d+)</span></strong> ali <strong><span class="nobr">(&lt;*) (&lt;[0-9]@&gt;)</span></strong>, v polje <strong>Zamenjaj</strong> pa vpiši <strong><span class="nobr">$2 $1</span></strong> ali <strong><span class="nobr">&#92;2 &#92;1</span></strong>.
    Če želiš zamenjati vrstni red naslova in številke pesmi, lahko v mnogih urejevalnikih besedila v pogovornem oknu za zamenjavo besedila uporabiš regularne izraze (regex) ali nadomestne znake. Na primer, v polje <strong>Išči</strong> vpiši <strong><span class="nobr">(.+) (\d+)</span></strong> ali <strong><span class="nobr">(&lt;*) (&lt;[0-9]@&gt;)</span></strong>, v polje <strong>Zamenjaj</strong> pa vpiši <strong><span class="nobr">$2 $1</span></strong> ali <strong><span class="nobr">&#92;2 &#92;1</span></strong>.
    changed by Boštjan .
    Copy to clipboard