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

3
LINES

< > BotCompany Repo | #1012801 // isNormalQuoted_dirty - fooled by things like "\"a\" and \"b\""

JavaX fragment (include)

static bool isNormalQuoted_dirty(S s) {
  ret startsWith(s, "\"") && endsWith(s, "\"") && l(s) >= 2;
}

Author comment

Began life as a copy of #1001135

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: #1012801
Snippet name: isNormalQuoted_dirty - fooled by things like "\"a\" and \"b\""
Eternal ID of this version: #1012801/1
Text MD5: a1b10da067e6c6ebebfb7a56e6f33b28
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-13 17:29:40
Source code size: 104 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 365 / 395
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)