Search:

Type: Posts; User: chronoz13

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    5,167

    Re: First string is a substring of another

    ahh hehehe
  2. Replies
    13
    Views
    5,167

    Re: First string is a substring of another

    for (int i = str1.length() - str2.length(); i < str1.length(); i++) {

    if (str2.equals(str1.substring(i, str1.length() + str1.substring(0, str2.length() - i)))) //cannot find...
  3. Replies
    13
    Views
    5,167

    Re: First string is a substring of another

    tnx hellowolrd... im trying to solve this one.. but im having hard time thinking of how.... hehe \m/
  4. Replies
    13
    Views
    5,167

    Re: First string is a substring of another

    is this thread already solved?
Results 1 to 4 of 4