1 | static S findQuoted(S s) {
|
2 | for (S t : nlTok(s)) |
3 | if (isQuoted(t)) |
4 | ret unquote(t); |
5 | null; |
6 | } |
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: | 877 / 849 |
| Referenced in: | [show references] |