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">
(<*) (<[0-9]@>)</span></strong>
in the <strong>
Find</strong>
field and enter <strong><span class="nobr">
$2 $1</span></strong>
or <strong><span class="nobr">
\2 \1</span></strong>
in the corresponding <strong>
Replace</strong>
field.
TheocBase/TheocBase
-
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">(<*) (<[0-9]@>)</span></strong> in the <strong>Find</strong> field and enter <strong><span class="nobr">$2 $1</span></strong> or <strong><span class="nobr">\2 \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">
(<*) (<[0-9]@>)</span></strong>
in the<strong>
Find</strong>
field and enter<strong><span class="nobr">
$2 $1</span></strong>
or<strong><span class="nobr">
\2 \1</span></strong>
in the corresponding<strong>
Replace</strong>
field.Para mudar a ordem do título e número da cântico, você pode usar expressões regulares (regex) ou curingas na caixa de diálogo de substituição de muitos editores de texto, por exemplo, digite<strong><span class="nobr">
(.+) (\d+)</span></strong>
ou<strong><span class="nobr">
(<*) (
)<
[0-9 ]@></span></strong>
no campo<strong>
Localizar</strong>
e insira<strong><span class="nobr">
$2 $1</span></strong>
ou<strong><span class="nobr">
\2 \1</span></strong>
no campo<strong>
Substituir</strong>
correspondente.
History
-
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">(<*) (<[0-9]@>)</span></strong> in the <strong>Find</strong> field and enter <strong><span class="nobr">$2 $1</span></strong> or <strong><span class="nobr">\2 \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">(<*) (<[0-9]@>)</span></strong> in the <strong>Find</strong> field and enter <strong><span class="nobr">$2 $1</span></strong> or <strong><span class="nobr">\2 \1</span></strong> in the corresponding <strong>Replace</strong> field.
-
Para mudar a ordem do título e número da cântico, você pode usar expressões regulares (regex) ou curingas na caixa de diálogo de substituição de muitos editores de texto, por exemplo, digite <strong><span class="nobr">(.+) (\d+)</span></strong> ou <strong><span class="nobr">(<*) (<[0-9 ]@>)</span></strong> no campo <strong>Localizar</strong> e insira <strong><span class="nobr">$2 $1</span></strong> ou <strong><span class="nobr">\2 \1</span></strong> no campo <strong>Substituir</strong> correspondente.Para mudar a ordem do título e número da cântico, você pode usar expressões regulares (regex) ou curingas na caixa de diálogo de substituição de muitos editores de texto, por exemplo, digite
<strong><span class="nobr">
(.+) (\d+)</span></strong>
ou<strong><span class="nobr">
(<*) (
)<
[0-9 ]@></span></strong>
no campo<strong>
Localizar</strong>
e insira<strong><span class="nobr">
$2 $1</span></strong>
ou<strong><span class="nobr">
\2 \1</span></strong>
no campo<strong>
Substituir</strong>
correspondente.
© 2009-2024 WebTranslateIt Software S.L. All rights reserved.
Terms of Service
·
Privacy Policy
·
Security Policy