JavaScript String Object toUpperCase method entry instance (used to convert letters to uppercase) _ Basics

Source: Internet
Author: User

JavaScript toUpperCase method

The toUpperCase method is used to convert the (English) string to uppercase and return the converted string. The syntax is as follows:

Copy Code code as follows:

Str_object.touppercase ()

toUpperCase Method Instance

Copy Code code as follows:

<script language= "JavaScript" >

var str = "AABBCC";
document.write (Str.touppercase ());

</script>

Run the example and output:

Copy Code code as follows:

Aabbcc

toLocaleUpperCase method

The toLocaleUpperCase method toUpperCase basically the same, toLocaleUpperCase converts the string to uppercase in local fashion. Only a few languages, such as Turkish, have local-specific case mappings.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.