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

4
LINES

< > BotCompany Repo | #1012990 // isQuoted_quick (non-accurate version that is OK for single tokens)

JavaX fragment (include)

// supports the usual quotings (', ", variable length double brackets)
static boolean isQuoted_quick(S s) {
  ret isNormalQuoted_dirty(s) || isMultilineQuoted(s);
}

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: #1012990
Snippet name: isQuoted_quick (non-accurate version that is OK for single tokens)
Eternal ID of this version: #1012990/1
Text MD5: f43f6a4ff056d42ee43675ca990323c2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-19 17:20:19
Source code size: 167 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 348 / 365
Referenced in: [show references]