Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1022372 // splitAtEquals_pair - honors tokens and brackets

JavaX fragment (include)

static PairS splitAtEquals_pair(S s) {
  ret splitAtEquals_pair(javaTokWithBrackets(s));
}

static PairS splitAtEquals_pair(LS tok) {
  ret listToPair(splitAtTokens(tok, "="));
}

Author comment

Began life as a copy of #1017544

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022372
Snippet name: splitAtEquals_pair - honors tokens and brackets
Eternal ID of this version: #1022372/4
Text MD5: eae8efe39da9107f68f0f86f2d1c250c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-16 11:44:17
Source code size: 184 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 246 / 294
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)