>DansTonCode();

Tous les codes sources "Mais pourquoi ?"page 21

PHP
 15 August, 2014 à 07:07
#109
$string = preg_replace('/.*([0-9\s<>\\b]*(\–.|\-.)[\s<>b0-9]*)|(class=\'b\'>[0-9]*<\/span>)*/', '', $string); 
$string = preg_replace('/[^0-9]/', '', $string);
ActionScript
 12 August, 2014 à 10:19
#230
// Convert to negative number
varInt := StrToInt('-' + IntToStr(varInt));