Pidgin Forum
Vorstellung: Advanced ReplaceX - Druckversion

+- Pidgin Forum (https://forum.pidgin-im.de)
+-- Forum: Hilfe-Bereich (https://forum.pidgin-im.de/forumdisplay.php?fid=4)
+--- Forum: Development (https://forum.pidgin-im.de/forumdisplay.php?fid=16)
+---- Forum: Plugins (https://forum.pidgin-im.de/forumdisplay.php?fid=18)
+---- Thema: Vorstellung: Advanced ReplaceX (/showthread.php?tid=1289)



Vorstellung: Advanced ReplaceX - Stefanos - 27.02.2011

Ein Plugin das es ermöglicht mit regulären Ausdrücken in ausgehenden Nachrichten automatisch Text und ähnliches zu ersetzen.

Zitat:Manage text replacement rules with perl-regex support.

EXAMPLES:
'/rx -a gf-trac gf#([0-9]+) ==> <a href="http://plugins.guifications.org/trac/ticket/$1">$&</a>' : adds (or replaces) a replacement rule named 'gf-trac'.
'/rx -d gf-trac' : removes the replacement rule.
'/rx -l' : lists all the replacement rules.
'/rx -g' : lists all the replacement rules with edit in gtk2 window as gui.