Pidgin Forum

Normale Version: Vorstellung: Advanced ReplaceX
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
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.