Vertaling van "de un string" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Busca la posición de la primera ocurrencia de un string en otro string.
Finds position of the first occurrence of a string in a string.
Por ejemplo, la longitud máxima de un string no debe cambiar el significado de un elemento de datos.
For example the maximum length of a string should not change the meaning of a data element.
Entonces, lo que sucedió es que, la palabra print dentro de un string, no es tratada como un código para que corra, como la palabra print fuera, esa es una función que denomina al código.
So what's happened is, the word print inside of a string is not treated as code to run the way the word print outside, that is a function that the code is called.
El concepto parece difícil de entender - quizás en parte por el nombre, que sugiere una "nada" que no puede hacer ningún daño si se lo sumas a un número o lo concatenas al final de un string.
The concept seems difficult to grasp - perhaps partly because of the name, which suggests a kind of "nothing" that won't do any harm if you add it to a number or stick it to the back of a string.
La tolerancia de potencia de fabricación está limitada a un 3%, proporcionando así una desviación muy pequeña entre los distintos elementos de un string.
The manufacturing output tolerance is limited to 3%, thus providing a very small deviation between the different elements of a string.
long2ip()() ahora espera un int en vez de un string.
long2ip() now expects an int instead of a string.
Tipo de valor devuelto por esta función, en este caso un entero (ejemplo: la longitud de un string se mide en números).
Type of value this function returns, which is an integer (i.e. the length of a string is measured in numbers).
"*n": lee un número; éste es el único formato que devuelve un número en lugar de un string.
"*n": reads a number; this is the only format that returns a number instead of a string.
Nota Si quieres acceder a la representación en bytes de un string s, usa bytes(s).length/ bytes(s) = 'x';.
Note If you want to access the byte-representation of a string s, use bytes(s).length/ bytes(s) = 'x';.
strspn() - Averigua la longitud del segmento inicial de un string que consista únicamente en caracteres contenidos dentro de una máscara dada.
strspn() will tell you the length of a string consisting entirely of the set of characters in accept set.
Si se usa y se establece a TRUE, microtime() devolverá un float en vez de un string, como está descrito en la sección de valores de retorno de abajo.
If used and set to TRUE, microtime() will return a float instead of a string, as described in the return values section below.
strspn - Averigua la longitud del segmento inicial de un string que consista únicamente en caracteres contenidos dentro de una máscara dada.
strspn - Finds the length of the initial segment of a string consisting entirely of characters contained within a given mask.
lstrip - Elimina todos los espacios en blanco desde el principio de un string
lstrip - Remove all blank spaces from the beginning of a string