From de5c456ebded0e038adbf23db34cc290c8829180 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:49:24 +0100 Subject: unslug pl: move --- .../obiekty/string/touppercase/index.html | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 files/pl/web/javascript/referencje/obiekty/string/touppercase/index.html (limited to 'files/pl/web/javascript/referencje/obiekty/string/touppercase') diff --git a/files/pl/web/javascript/referencje/obiekty/string/touppercase/index.html b/files/pl/web/javascript/referencje/obiekty/string/touppercase/index.html deleted file mode 100644 index 4b792076fe..0000000000 --- a/files/pl/web/javascript/referencje/obiekty/string/touppercase/index.html +++ /dev/null @@ -1,38 +0,0 @@ ---- -title: String.prototype.toUpperCase() -slug: Web/JavaScript/Referencje/Obiekty/String/toUpperCase -tags: - - JavaScript - - Method - - Prototype - - String -translation_of: Web/JavaScript/Reference/Global_Objects/String/toUpperCase ---- -

{{JSRef}}

- -

Podsumowanie

- -

Zwraca wartość wywołującego łańcucha znaków, skonwertowaną na duże litery.

- -

Składnia

- -
str.toUpperCase()
- -

Opis

- -

Metoda toUpperCase() zwraca wartość łańcucha znaków skonwertowanego na duże litery. toUpperCase() nie wpływa na wartość samego łańcucha.

- -

Przykłady

- -

Przykład: Zastosowanie toUpperCase()

- -
console.log('alfabet'.toUpperCase()); // 'ALFABET'
-
- -

Zobacz także

- - -- cgit v1.2.3-54-g00ecf