—————————— JavaScript, there are some operations on string strings ——————————

Source: Internet
Author: User
Tags first string

—————————————————————————————————————————————————————————————————————————————————————————————

<title></title>


<body>
<script language= "JavaScript" >
var arr=new Array (7,4,7,3,2,6,2,3);
document.write ("</br>" +arr.sort () + "</br>");
var str1=new String ("I love China");
var str2=new String ("I love England");
document.write ("The length of the string str1 is:" +str1.length+ "</br>");
document.write ("The 5th character of the returned string 2 is:" +str2.charat (5) + "</br>");
document.write ("Check the first string of China's location:" +str1.indexof ("China") + "</br>");
document.write ("Turn the characters in the string into uppercase letters:" +str2.touppercase () + "</br>");
var str3=str1.replace ("China", "England");
document.write ("Replace 1 string with 2 string:" +str3+ "</br>");
</script> </body>

————————————————————————————————————————————————————————————————————————————————————————————————————————

—————————— JavaScript, there are some operations on string strings ——————————

Related Article

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.