Results 1 to 2 of 2

Thread: Runescape Loader.

  1. #1
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default Runescape Loader.


  2. #2
    Join Date
    Dec 2010
    Posts
    483
    Mentioned
    30 Post(s)
    Quoted
    328 Post(s)

    Default

    You can use regex (Regular Expressions) for better finding your parameters.

    String codeRegex = "code\\=([^ >]*)";
    String widthRegex = "width\\=([^ >]*)";
    String heightRegex = "height\\=([^ >]*)";
    String archiveRegex = "archive\\=([^ >]*)";

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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