1 | static L<S> ctxStringProcessing(L<S> tok) { |
2 | int i; |
3 | while ((i = jfind(tok, "* + *")) >= 0) |
4 | replaceTokens_reTok(tok, i, i+5, |
5 | quote(ctxGetString(tok.get(i)) + ctxGetString(tok.get(i+4)))); |
6 | ret tok; |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1008900 |
Snippet name: | ctxStringProcessing |
Eternal ID of this version: | #1008900/5 |
Text MD5: | 4768434ba39c2e0eb7f76093c2fb5d5b |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-06-18 17:37:40 |
Source code size: | 218 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 648 / 692 |
Version history: | 4 change(s) |
Referenced in: | [show references] |