A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
the third use of backslash is for specifying generic charac- ter types:
notice that each of the assertions is applied independentlynotice that each of the assertions is applied independently at the same point in the subject string.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
if pcre_extra is set, a backslash followed by a letter with no special meaning is faulted.
in addition, inside a character class, the sequence "\b" is interpreted as the backspace character (hex 08).
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Aviso: contém formatação HTML invisível
a second use of backslash provides a way of encoding non- printing characters in patterns in a visible manner. there is no restriction on the appearance of non-printing characters, apart from the binary zero that terminates a pattern, but when a pattern is being prepared by text editing, it is usually easier to use one of the following escape sequences than the binary character it represents:
as a convenient shorthand, if any option settings are required at the start of a non-capturing subpattern, theas a convenient shorthand, if any option settings are required at the start of a non-capturing subpattern, the option letters may appear between the "?" and the ":".