Libraryless. Click here for Pure Java version (394L/4K/11K).
1 | !752 |
2 | |
3 | psvm { |
4 | List<String> matches = matchAll("x.imagefapusercontent.com/[^\"]+", loadPage("imagefap.com/random.php")); |
5 | for (String match : matches) |
6 | print(match); |
7 | } |
8 | |
9 | static List<String> matchAll(String pattern, String text) { |
10 | List<String> matches = new ArrayList<String>(); |
11 | Matcher matcher = Pattern.compile(pattern).matcher(text); |
12 | while (matcher.find()) |
13 | matches.add(matcher.group()); |
14 | return matches; |
15 | } |
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: | 1572 / 1637 |
Referenced in: | [show references] |