From professional translators, enterprises, web pages and freely available translation repositories.
예 4. using /e modifier
example 4.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
참고: this modifier was not available in php3.
this modifier was not available in php3.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
/\w+\s*\w+/j - unknown modifier 'j'
/href=' (.*) '- missing ending delimiter
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
% 1 (% 2) @ tag/ modifier/ modifier@ title/ plain
%1 (%2)
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
if this modifier is set, letters in the pattern match both upper and lower case letters.
if this modifier is set, letters in the pattern match both upper and lower case letters.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
only preg_replace() uses this modifier; it is ignored by other pcre functions.
only preg_replace() uses this modifier; it is ignored by other pcre functions.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
if this modifier is set, preg_replace() does normal substitution of backreferences in the replacement string, evaluates it as php code, and uses the result for replacing the search string.
whitespace characters may never appear within special character sequences in a pattern, for example within the sequence (? (which introduces a conditional subpattern.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
/e modifier makes preg_replace() treat the replacement parameter as php code after the appropriate references substitution is done. tip: make sure that replacement constitutes a valid php code string, otherwise php will complain about a parse error at the line containing preg_replace().
tip: make sure that replacement constitutes a valid php code string, otherwise php will complain about a parse error at the line containing preg_replace().
Last Update: 2011-10-24
Usage Frequency: 1
Quality: