static String mysqlUnquote(String s) { if (s.startsWith("'") && s.endsWith("'") && s.length() > 1) return unquote("\"" + s.substring(1, s.length()-1) + "\""); return unquote(s); }
Began life as a copy of #2000521
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: | #1000664 |
| Snippet name: | mysqlUnquote function |
| Eternal ID of this version: | #1000664/1 |
| Text MD5: | 0a5e6b3490039cf417f6e2c34c6d0001 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2015-08-21 21:29:48 |
| Source code size: | 191 bytes / 5 lines |
| Pitched / IR pitched: | No / Yes |
| Views / Downloads: | 926 / 1143 |
| Referenced in: | #1002427 - Accellerating 629 (SPIKE) #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) #3000383 - Answer for funkoverflow (>> t=1, f=0 okay) #3000384 - Answer for 6uru0fsh1va (>> t-sql?) |