librealire/librealire_fonctions.php

11 lines
149 B
PHP

<?php
if (!defined('_ECRIRE_INC_VERSION')) {
return;
}
function retiremot($chaine) {
$chaine = str_replace('mot','',$chaine);
return $chaine;
}