Libraryless. Click here for Pure Java version (2629L/19K/61K).
1 | !752 |
2 | |
3 | p { |
4 | final JTextField tf = new JTextField("i and cool"); |
5 | showForm("Enter two phrases (a+b):", tf, r { |
6 | S text = jreplace(tf.getText(), "and", "+"); |
7 | L<S> phrases = splitAt(text, "+"); |
8 | printStructure(phrases); |
9 | }); |
10 | } |
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: | #1004460 |
Snippet name: | Two Phrases Combined |
Eternal ID of this version: | #1004460/1 |
Text MD5: | 20f2183b18ec5ac7545ec6e01cbae63c |
Transpilation MD5: | a901d25ceb4e8600aa4b087f1f084dd1 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-17 21:31:41 |
Source code size: | 244 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 558 / 643 |
Referenced in: | [show references] |