Libraryless. Click here for Pure Java version (2520L/16K).
1 | static LS text_multipleChoiceSplit(S input, S multipleChoiceSeparator) {
|
2 | ret trimAll(splitAt(input, dropSpaces(multipleChoiceSeparator))); |
3 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1029637 |
| Snippet name: | text_multipleChoiceSplit |
| Eternal ID of this version: | #1029637/1 |
| Text MD5: | 36f7e8fa6b9b84e2cc3eeecae12ef98f |
| Transpilation MD5: | 3536b555f0854aa29da4401da238d9ba |
| Author: | stefan |
| Category: | javax / text |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-01 14:55:43 |
| Source code size: | 144 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 382 / 513 |
| Referenced in: | [show references] |