mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 11:48:11 +08:00
15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
''
|
|
'foo''bar'
|
|
'%s'
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "''"],
|
|
["string", "'foo''bar'"],
|
|
["string", "'%s'"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings. |