From bc779c79eb664751d2dec5a7061424e4ddcf9cf4 Mon Sep 17 00:00:00 2001 From: sunoc Date: Thu, 15 Aug 2024 23:50:05 +0900 Subject: [PATCH] Translated by sunoc --- omegat/project_save.tmx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index a9e0eb9..4a620fe 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -45444,6 +45444,14 @@ matériel. Ainsi, @samp{x+$} correspond à une chaîne d’un @samp{x} ou plus en fin de ligne. + + + Thus, all the names for functions that deal with Texinfo start with @samp{texinfo-} and those for functions that deal with reading mail start with @samp{rmail-}. + + + Ainsi, tous les noms de fonctions qui ont à voir avec Texinfo commencent par @samp{texinfo-} et ceux pour des fonctions qui s'occupent de lire le courriel commencent par @samp{rmail-}. + + Thus, both @samp{ab*} and @samp{ab*?} can match the string @samp{a} and the string @samp{abbbb}; but if you try to match them both against the text @samp{abbb}, @samp{ab*} will match it all (the longest valid match), while @samp{ab*?} will match just @samp{a} (the shortest valid match).