Libraryless. Click here for Pure Java version (4333L/25K).
1 | sS linesStartingWithAny(S text, S... prefixes) {
|
2 | ret filterLines(text, s -> startsWithAny(s, prefixes)); |
3 | } |
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: | 350 / 450 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |