Hai cercato la traduzione di backreference da Coreano a Inglese

Coreano

Traduttore

backreference

Traduttore

Inglese

Traduttore
Traduttore

Traduci istantaneamente testi, documenti e voce con Lara

Traduci ora

Contributi umani

Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.

Aggiungi una traduzione

Coreano

Inglese

Informazioni

Coreano

character with octal code ddd, or backreference

Inglese

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.

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

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.

Inglese

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

Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:

Ottieni una traduzione migliore grazie a
8,763,609,863 contributi umani

Ci sono utenti che chiedono aiuto:



I cookie ci aiutano a fornire i nostri servizi. Utilizzando tali servizi, accetti l'utilizzo dei cookie da parte nostra. Maggiori informazioni. OK