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: | 875 / 847 |
| Referenced in: | #1003476 - findLastQuoted - find last quoted token (uses nlTok), return unquoted #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1014472 - firstQuotedToken - returns unquoted |