diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/string')
| -rw-r--r-- | files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html | 2 | ||||
| -rw-r--r-- | files/pt-br/web/javascript/reference/global_objects/string/trim/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html b/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html index 215edd139a..af3a662883 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/endswith/index.html @@ -12,7 +12,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/endsWith --- <div>{{JSRef}}</div> -<div></div> + <p>O método <strong><code>endsWith()</code></strong> indica se uma string termina com determinados caracteres, retornando <code>true</code> ou <code>false</code>.</p> diff --git a/files/pt-br/web/javascript/reference/global_objects/string/trim/index.html b/files/pt-br/web/javascript/reference/global_objects/string/trim/index.html index 285cd76427..80d9bf7d8a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/string/trim/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/string/trim/index.html @@ -16,7 +16,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/Trim <div>O método <strong><code>trim()</code></strong> remove os espaços em branco (<a href="/pt-BR/docs/DOM/Referencia_do_DOM/Whitespace_in_the_DOM">whitespaces</a>) do início e/ou fim de um texto. É considerado espaço em branco (espaço, tabulação, espaço fixo/rígido, etc.) e todo sinal de fim de linha de texto (LF, CR, etc.).</div> -<div></div> + <h2 id="Sintaxe">Sintaxe</h2> |
