static L<S> tok_multiLineQuotesToStandardQuotes(L<S> tok) { for (int i = 1; i < l(tok); i += 2) if (isMultilineQuoted(tok.get(i))) tok.set(i, requote(tok.get(i))); ret tok; } static S tok_multiLineQuotesToStandardQuotes(S s) { ret join(tok_multiLineQuotesToStandardQuotes(javaTok(s)); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017176 |
Snippet name: | tok_multiLineQuotesToStandardQuotes |
Eternal ID of this version: | #1017176/1 |
Text MD5: | ce5e63ca8f4e6a66aa26c3602f1451bd |
Author: | stefan |
Category: | javax / tokenizing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-13 16:58:56 |
Source code size: | 312 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 348 / 377 |
Referenced in: | [show references] |