static PairS parseColonProperty(S s) { int i = indexOf(s, ':'); if (i < 0) null; ret pair(trimSubstring(s, 0, i), trimSubstring(s, i+1)); }
Began life as a copy of #1021242
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025544 |
| Snippet name: | parseColonProperty |
| Eternal ID of this version: | #1025544/1 |
| Text MD5: | 3b1f9f31247c23aaa79bf56a7746ec88 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-10-03 11:48:43 |
| Source code size: | 149 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 399 / 439 |
| Referenced in: | [show references] |