mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2026-09-06 06:34:55 +08:00
13 lines
214 B
Plaintext
13 lines
214 B
Plaintext
""
|
|
"Foo ~qBar~q"
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "\"\""],
|
|
["string", "\"Foo ~qBar~q\""]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings. |