We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2141c95 commit a54b377Copy full SHA for a54b377
docs/manual/expr.html.fr.utf8
@@ -580,6 +580,9 @@ DIGIT ::= <any US-ASCII digit "0".."9"></pre>
580
<td>replace(chaîne, "from", "to") remplace dans la chaîne
581
spécifiée toutes les occurrences de "from" par "to". Le premier
582
paramètre ne doit pas être une chaîne littérale.</td><td /></tr>
583
+<tr><td><code>escapehtml</code></td>
584
+ <td>Protège une chaîne HTML à l’aide de séquences
585
+ d’échappement.</td><td /></tr>
586
</table>
587
588
<p>Les fonctions marquées comme "limité" dans la dernière colonne ne sont
0 commit comments