The IndexOf () method of the string class of Java strings

Source: Internet
Author: User

  1. Purpose of IndexOf (): For finding strings of substrings
  2. IndexOf () Usage: Returns the first occurrence of a string string in a character indexOf (string) in the parent string, starting at 0 and not returning-1.
  3.    syntax   
    stringobject.indexof (searchvalue,fromindex)

    parameter description

    searchvalue required. Specifies the string value that needs to be retrieved.

    fromindex Optional integer parameter. Specifies where to start retrieving in the string. Its legal value is 0 to-1. If this argument is omitted, it is retrieved from the first character of the string.

    description
    Span style= "font-family: Song body; Font-size:18px "> This method will retrieve the string stringobject from beginning to end to see if it contains substring searchvalue. The location at which to begin retrieving is at the fromindex of the string or at the beginning of the string (when no fromindex is specified). If a searchvalue is found, the position of the first occurrence of the Searchvalue is returned. The character position in Stringobject is starting at 0.
  4. 4 different methods

The IndexOf () method of the string class of Java 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.