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

8
LINES

< > BotCompany Repo | #1004242 // Extract E-Mails from File

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

Libraryless. Click here for Pure Java version (269L/2K/7K).

!752

p {
  new L<S> emails;
  for (S line : toLinesFullTrim(new File(userHome(), "Documents/emails.txt")))
    addIfNotEmpty(emails, findEmailInLine(line));
  print(join(", ", emails));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1004242
Snippet name: Extract E-Mails from File
Eternal ID of this version: #1004242/1
Text MD5: 44d448f370f2404ece078d5802a24bce
Transpilation MD5: 7e94540ea77de22317afd60d79096716
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-11 00:27:59
Source code size: 195 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 410 / 445
Referenced in: [show references]