15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
![]() |
''
|
||
|
'foo''bar'
|
||
|
'%s'
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["string", "''"],
|
||
|
["string", "'foo''bar'"],
|
||
|
["string", "'%s'"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for strings.
|