Results for expression translation from Korean to Spanish

Korean

Translate

expression

Translate

Spanish

Translate
Translate

Instantly translate texts, documents and voice with Lara

Translate now

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

Korean

Spanish

Info

Korean

"~" /* regular expression matching */

Spanish

la consulta permite seleccionar elementos de la lista de objetos dada.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Korean

예 1. regular expression examples

Spanish

inicio

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

the special regular expression characters are:

Spanish

anterior

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

pcre provides some extensions to the perl regular expression facilities:

Spanish

por ejemplo, si quieres casar un carácter "*", debes escribir "\*" en el patrón.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Korean

searches a string for matches to the regular expression given in pattern.

Spanish

busca en string las coincidencias con la expresión regular pattern.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

searches subject for all matches to the regular expression given in pattern and puts them in matches in the order specified by flags.

Spanish

busca en subject todos los emparejamientos de la expresión pattern y los pone en matches de la forma indicada por order.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

mb_ereg_match() returns true if string matches regular expression pattern, false if not.

Spanish

quedas avisado, y utilizar este módulo es tu responsabiliad.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

there is one more expression that may seem odd if you haven't seen it in other languages, the ternary conditional operator:

Spanish

además de ser más corto y claro, también resulta en una ejecución más rápida.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

the elseif statement is only executed if the preceding if expression and any preceding elseif expressions evaluated to false, and the current elseif expression evaluated to true.

Spanish

anterior

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Korean

another good example of expression orientation is pre- and post-increment and decrement. users of php/fi 2 and many other languages may be familiar with the notation of variable++ and variable--. these are increment and decrement operators. in php/fi 2, the statement '$a++' has no value (is not an expression), and thus you can't assign it or use it in any way. php enhances the increment/decrement capabilities by making these expressions as well, like in c. in php, like in c, there are two types of increment - pre-increment and post-increment. both pre-increment and post-increment essentially increment the variable, and the effect on the variable is idential. the difference is with the value of the increment expression. pre-increment, which is written '++$variable', evaluates to the incremented value (php increments the variable before reading its value, thus the name 'pre-increment'). post-increment, which is written '$variable++' evaluates to the original value of $variable, before it was incremented (php increments the variable after reading its value, thus the name 'post-increment').

Spanish

php mejora las características del incremento / decremento haciéndolos también expresiones, como en c.

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Get a better translation with
9,144,516,560 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK