From: Claudio Sacerdoti Coen Date: Fri, 9 Jun 2006 14:37:20 +0000 (+0000) Subject: [a-z] syntax documented X-Git-Tag: make_still_working~7248 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=9efaf66294d18446b7cd960f9ed4203799073e62;p=helm.git [a-z] syntax documented --- diff --git a/helm/software/matita/help/C/sec_terms.xml b/helm/software/matita/help/C/sec_terms.xml index f7991374c..c50e590b0 100644 --- a/helm/software/matita/help/C/sec_terms.xml +++ b/helm/software/matita/help/C/sec_terms.xml @@ -17,6 +17,10 @@ sequence in square brackets, that are followed by three dots. The empty sequence is a valid repetition. E.g.: [and &term;]… + Characters belonging to a set of characters are given + by listing the set elements in square brackets. Hyphens are used to + specify ranges of characters in the set. + E.g.: [a-zA-Z0-9_-] Terms & co.