1 | // supports the usual quotings (", variable length double brackets) except ' quoting
|
2 | static boolean isQuoted(S s) {
|
3 | ifdef isQuoted_dirty |
4 | if (isNormalQuoted_dirty(s)) true; |
5 | endifdef |
6 | ifndef isQuoted_dirty |
7 | if (isNormalQuoted(s)) true; // use the exact version |
8 | endifndef |
9 | ret isMultilineQuoted(s); |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1001135 |
| Snippet name: | isQuoted - now accurate by default |
| Eternal ID of this version: | #1001135/11 |
| Text MD5: | ba34cb51914b6966fe1e6eff4605f488 |
| 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:19:57 |
| Source code size: | 317 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1514 / 5260 |
| Version history: | 10 change(s) |
| Referenced in: | [show references] |