Avaya Administering Aura Session Manager Release 6.1 Manual do Utilizador Página 524

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 532
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 523
\p{Lu} An uppercase letter (simple category)
\p{Sc} A currency symbol
\P{InGreek} Any character except one in the Greek block (negation)
[\p{L}&&[^\p{Lu}]] Any letter except an uppercase letter (subtraction)
Boundary matchers
^ The beginning of a line
$ The end of a line
Greedy quantifiers
X? X, once or not at all
X* X, zero or more times
X+ X, one or more times
X{n} X, exactly n times
X{n,} X, at least n times
X{n,m} X, at least n but not more than m times
Logical operators
XY X followed by Y
X|Y Either X or Y
Note:
Refer to the full documentation at http://download.oracle.com/javase/6/docs/api/java/util/regex/
Pattern.html for details.
Regular Expression constructs
524 Administering Avaya Aura
®
Session Manager November 2010
Vista de página 523

Comentários a estes Manuais

Sem comentários