From professional translators, enterprises, web pages and freely available translation repositories.
consider the following pat - tern, which contains non-significant white space to make it more readable (assume the pcre_extended option) and to divide it into three parts for ease of discussion: (\ ()? [^()] + (?(1)\)) the first part matches an optional opening parenthesis, and if that character is present, sets it as the first capturedconsider the following pat - tern, which contains non-significant white space to make it more readable (assume the pcre_extended option) and to divide it into three parts for ease of discussion: (\ ()? [^()] + (?(1)\)) the first part matches an optional opening parenthesis, and if that character is present, sets it as the first captured substring.
si consideri il seguente criterio contenente degli spazi non significativi per renderlo più leggibile (si assuma che sia attiva l'opzione pcre_extended) e lo si divida in tre parti per praticità di discussione: (\ ()? [^()] + (?(1)\)) la prima parte riconosce una parentesi aperta opzionale, e, se è presente, indica quello come primo segmento di stringasi consideri il seguente criterio contenente degli spazi non significativi per renderlo più leggibile (si assuma che sia attiva l'opzione pcre_extended) e lo si divida in tre parti per praticità di discussione: (\ ()? [^()] + (?(1)\)) la prima parte riconosce una parentesi aperta opzionale, e, se è presente, indica quello come primo segmento di stringa catturato.