Results 1 to 2 of 2

Thread: InStr

  1. #1

    Thread Starter
    Hyperactive Member xxarmoxx's Avatar
    Join Date
    Mar 2007
    Posts
    378

    InStr

    In vb there is a built in Instr function, is there something similar in Java?

  2. #2
    Frenzied Member
    Join Date
    Aug 2000
    Location
    O!
    Posts
    1,177

    Re: InStr

    String str = "VB Forums";
    int i = str.indexOf("F"); // 3
    int i = str.indexOf("rum"); // 5

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width