JavaScript indexOf Startwith

Source: Internet
Author: User

Determine if a string starts with XX

1. Cut convert var str = "Ababaa", tags = Jquery.trim (str);

2. The IndexOf method runs!tags.indexof ("aba") = = True, which indicates that tags start with "abc", otherwise it does not start with "ABC".

3. Note that the IndexOf () method returns a positive number for -1,0,>0, while the JavaScript numbers object equals 0 o'clock can be converted to false, and the other values can only be converted to true;

The IndexOf () method returns the position of the first occurrence of a specified value in a string.

If the Boolean object has no initial value, or if the passed value is one of the following:

0,-0, NULL, "", false, undefined, NaN
The object it is set to false. For any and value it is set to true (even with the string "false")!

This method returns-1 if the value to search for never occurs.

JavaScript indexOf Startwith

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.