Você procurou por: backreference (Coreano - Inglês)

Coreano

Tradutor

backreference

Tradutor

Inglês

Tradutor
Tradutor

Traduza instantaneamente textos, documentos e voz com a Lara

Traduzir agora

Contribuições humanas

A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente

Adicionar uma tradução

Coreano

Inglês

Informações

Coreano

character with octal code ddd, or backreference

Inglês

if a pattern starts with .* or .{ 0,} and the pcre_dotall option (equivalent to perl's / s) is set, thus allowing the. to match newlines, then the pattern is implicitly anchored, because whatever follows will be tried against every character position in the subject string, so there is no point in retrying the overall match at any position after the first.

Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Coreano

참고: when working with a replacement pattern where a backreference is immediately followed by another number (i.e.: placing a literal number immediately after a matched pattern), you cannot use the familiar \\1 notation for your backreference. \\11, for example, would confuse preg_replace() since it does not know whether you want the \\1 backreference followed by a literal 1, or the \\11 backreference followed by nothing. in this case the solution is to use \${1}1. this creates an isolated $1 backreference, leaving the 1 as a literal.

Inglês

in this case the solution is to use \${ 1 }1.

Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:

Consiga uma tradução melhor através
8,893,306,890 de colaborações humanas

Usuários estão solicitando auxílio neste momento:



Utilizamos cookies para aprimorar sua experiência. Se avançar no acesso a este site, você estará concordando com o uso dos nossos cookies. Saiba mais. OK