| 1 | static S dropPrefixTrim_orNull(S prefix, S s) {
 | 
| 2 | ret startsWith(s, prefix) ? trim(s.substring(l(prefix))) : null; | 
| 3 | } | 
Began life as a copy of #1018295
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018361 | 
| Snippet name: | dropPrefixTrim_orNull - return null if prefix not there | 
| Eternal ID of this version: | #1018361/1 | 
| Text MD5: | 4c30b1c0aa54d8d18f4d9330be8c34b9 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-09-20 14:43:15 | 
| Source code size: | 118 bytes / 3 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 572 / 623 | 
| Referenced in: | [show references] |