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

3
LINES

< > BotCompany Repo | #1032568 // linesStartingWithAny

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4333L/25K).

sS linesStartingWithAny(S text, S... prefixes) {
  ret filterLines(text, s -> startsWithAny(s, prefixes));
}

Author comment

Began life as a copy of #1032374

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032568
Snippet name: linesStartingWithAny
Eternal ID of this version: #1032568/4
Text MD5: 7bc17ee870c688828f16f5ca0fa799c0
Transpilation MD5: 5cc5f3340c2258fdfba820395e9a7008
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-23 00:12:25
Source code size: 110 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 86 / 127
Version history: 3 change(s)
Referenced in: [show references]