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

6
LINES

< > BotCompany Repo | #1003471 // findQuoted - find first quoted token (uses nlTok), return unquoted

JavaX fragment (include)

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

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: #1003471
Snippet name: findQuoted - find first quoted token (uses nlTok), return unquoted
Eternal ID of this version: #1003471/1
Text MD5: 0f4165a0000c5785e8b4895f072353e0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-07-04 22:36:03
Source code size: 107 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 564 / 527
Referenced in: [show references]