mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 11:48:11 +08:00
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
'foobar'
|
|
'foo''bar
|
|
baz'
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "'foobar'"],
|
|
["string", "'foo''bar\r\nbaz'"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings. |