static L<S> textIn_or(S s) { new L<S> l; for (S t : javaTokC(s)) if (!eqicOneOf(t, ",", "or")) l.add(t); ret l; }
Began life as a copy of #1009473
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1009510 |
| Snippet name: | textIn_or - split strings given as "a, b or c" |
| Eternal ID of this version: | #1009510/3 |
| Text MD5: | d5196d0cec40da54f6170f4c6f27e4aa |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-05 22:02:07 |
| Source code size: | 135 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 679 / 715 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |