JavaScript string-to-image Substr Method Entry example (for intercepting strings)

Source: Internet
Author: User

JavaScript substr Method

The Substr method is used to intercept a string by starting position and length and returning a truncated part of the string. The language is as follows:
Password The codes are as follows:
Str_object.substr (start, length)

The parameters say:

The parameters specify that the string to be manipulated (Str_object) start is required. The starting position is calculated from 0, and if the negative is calculated from the end of the string (tests, some browser versions are ineffective), length is optional. Refers to the length of the string to intercept, omitted to the end of the string

Hint: The substr method does not conform to the ECMAscript standard, so it is not recommended.

Substr Method Example

Password The codes are as follows:
<script language= "JavaScript" >

var str = "Www.divcss.online";
document.write (Str.substr (4,5));

</script>

To run the example, output: divcss

Article Source: http://www.divcss.online/divcssbuju/jsrumen/jsjichu/201612/15333.html

JavaScript string-to-image Substr Method Entry example (for intercepting strings)

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.