Search:

Type: Posts; User: KaFr29

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    563

    Re: Help with substring

    I guess it has something to do quotation marks and whitespace for the input.

    I get this error message java.lang.StringIndexOutOfBoundsException: begin -1, end -1, length 6
  2. Replies
    3
    Views
    563

    Help with substring

    I'm supposed to convert Hypertext for ex. :

    <li><a href=”(insert url)”>Url Name</a></li>

    into a string:

    Url: (Insert Url)

    but I don't know what's wrong with my code. Can't even get a...
Results 1 to 2 of 2