Fixed the /toto/titi/g

This commit is contained in:
Yann Esposito (Yogsototh) 2011-09-30 14:52:40 +02:00
parent 26a0ea5689
commit a541b90bb2

View file

@ -445,7 +445,7 @@ en: But the very good feature is the integration of some perl syntax.
<code class="perl">
$var =~ s/toto/titi/
$var =~ s/toto/titi/g
</code>
fr: Va remplacer toto par titi dans la valeur de la variable `$var`.