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

6
LINES

< > BotCompany Repo | #1000813 // tokensToLowerCase

JavaX source code - run with: x30.jar

static L<S> tokensToLowerCase(L<S> tok) {
  tok = new ArrayList<S>(tok);
  for (int i = 1; i < tok.size(); i += 2)
    tok.set(i, tok.get(i).toLowerCase());
  return tok;
}

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

Comments [hide]

ID Author/Program Comment Date
1150 stefan Processes the code tokens only! 2015-10-25 18:20:11

add comment

Snippet ID: #1000813
Snippet name: tokensToLowerCase
Eternal ID of this version: #1000813/1
Text MD5: 93d6c1e8137ba1aaa2c5441457bdab97
Author: stefan
Category:
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-08-28 19:33:47
Source code size: 177 bytes / 6 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 921 / 1181
Referenced in: [show references]