Prio | Original string | Translation | — |
---|---|---|---|
Return part of a string | Retorna parte de uma string | Details | |
Make a string uppercase | Use somente letras maiúsculas | Details | |
Make a string lowercase | Use somente letras minúsculas | Details | |
Find first occurrence of a string | Encontra a primeira ocorrência de uma palavra | Details | |
Find first occurrence of a string Encontra a primeira ocorrência de uma palavra
You have to log in to edit this translation.
|
|||
Reverse a string | Inverte uma palavra | Details | |
Find position of first occurrence of a string | Encontra a primeira ocorrência de uma palavra | Details | |
Find position of first occurrence of a string Encontra a primeira ocorrência de uma palavra
You have to log in to edit this translation.
|
|||
Get string length | Retorna o tamanho de uma string | Details | |
Case-insensitive strstr | strstr sem diferenciação de minúsculas e maiúsculas | Details | |
Case-insensitive strstr strstr sem diferenciação de minúsculas e maiúsculas
You have to log in to edit this translation.
|
|||
Un-quotes a quoted string | Tira a citação de um texto entre apóstrofos | Details | |
Un-quotes a quoted string Tira a citação de um texto entre apóstrofos
You have to log in to edit this translation.
|
|||
Find position of first occurrence of a case-insensitive string | Encontrar a posição da primeira ocorrência de uma string "case-insensitive" | Details | |
Find position of first occurrence of a case-insensitive string Encontrar a posição da primeira ocorrência de uma string "case-insensitive"
You have to log in to edit this translation.
|
|||
Strip HTML and PHP tags from a string | Remove as tags HTML e PHP de uma cadeia de caracteres (string) | Details | |
Strip HTML and PHP tags from a string Remove as tags HTML e PHP de uma cadeia de caracteres (string)
You have to log in to edit this translation.
|
|||
Binary safe string comparison | Comparação binária segura | Details | |
Binary safe string comparison Comparação binária segura
You have to log in to edit this translation.
|
|||
Binary safe case-insensitive string comparison | Comparação binária segura insensível a maiúscula/minúscula | Details | |
Binary safe case-insensitive string comparison Comparação binária segura insensível a maiúscula/minúscula
You have to log in to edit this translation.
|
|||
Replace all occurrences of the search string with the replacement string | Substitui todas as ocorrências de uma string por outra string informada | Details | |
Replace all occurrences of the search string with the replacement string Substitui todas as ocorrências de uma string por outra string informada
You have to log in to edit this translation.
|
|||
Repeat a string | Repetir uma string | Details | |
Export as