// affiche "texte oui" [(#VAL{Ce texte est joli}|match{texte}) oui ] // affiche "oui" [(#VAL{Ce texte est joli}|match{texte}|oui) oui ] // n'affiche rien [(#VAL{Cet écureuil est joli}|match{texte}) non ] // affiche "oui" [(#VAL{Cet écureuil est joli}|match{texte}|non) oui ] // affiche "Ce chat est joli" [(#VAL{Ce texte est joli}|replace{texte,chat})]