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

6
LINES

< > BotCompany Repo | #1014472 // firstQuotedToken - returns unquoted

JavaX fragment (include)

static S firstQuotedToken(S s) {
  for (S t : javaTok(s))
    if (isQuoted(t))
      ret unquote(t);
  null;
}

Author comment

Began life as a copy of #1003471

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1014472
Snippet name: firstQuotedToken - returns unquoted
Eternal ID of this version: #1014472/1
Text MD5: 9b68ec78f1decad80af259313ac7d730
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-22 01:51:36
Source code size: 115 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 421 / 433
Referenced in: [show references]