Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1004411 // P0rn finder :) 2

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (394L/4K/11K).

!752

  psvm {
    List<String> matches = matchAll("x.imagefapusercontent.com/[^\"]+", loadPage("imagefap.com/random.php"));
    for (String match : matches)
      print(match);
  }
  
  static List<String> matchAll(String pattern, String text) {
    List<String> matches = new ArrayList<String>();
    Matcher matcher = Pattern.compile(pattern).matcher(text);
    while (matcher.find())
      matches.add(matcher.group());
    return matches;
  }

Author comment

Began life as a copy of #644

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004411
Snippet name: P0rn finder :) 2
Eternal ID of this version: #1004411/1
Text MD5: 6be75f55ec49efb05ba55c7866d87bcf
Transpilation MD5: 6797408a82fc2895d85c935d9198da23
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-16 01:56:49
Source code size: 463 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 425 / 465
Referenced in: [show references]