Gothic Almanach:Bots: Unterschied zwischen den Versionen
Aus Gothic Almanach
(neue Befehle) |
K |
||
Zeile 6: | Zeile 6: | ||
python replace.py -start:! -regex "'''(.*?)''' -" ";\1:" | python replace.py -start:! -regex "'''(.*?)''' -" ";\1:" | ||
python replace.py -start:! -always -regex "\[\[(.*?)\|\1(.*?)\]\]" "[[\1]]\2" | python replace.py -start:! -always -regex "\[\[(.*?)\|\1(.*?)\]\]" "[[\1]]\2" | ||
− | + | python replace.py -subcat:Inhalt -regex -summary:"Sprache: Leute - Menschen" | |
− | + | "seine([r]*?)([n]*?) Leuten*" "seine\1\2 Männer\2") | |
− | + | "Leuten*" "Menschen" | |
− | + |
Version vom 1. Juni 2009, 20:43 Uhr
Nähere Informationen finden sich bei
Häufig verwandte Befehle:
python replace.py -start:! -regex "(.*?) -" ";\1:" python replace.py -start:! -always -regex "\[\[(.*?)\|\1(.*?)\]\]" "\1\2" python replace.py -subcat:Inhalt -regex -summary:"Sprache: Leute - Menschen" "seine([r]*?)([n]*?) Leuten*" "seine\1\2 Männer\2") "Leuten*" "Menschen"