8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
![]() |
== Compliant Solution
|
||
|
|
||
|
----
|
||
|
str = cont.substring(pos1, pos2);
|
||
|
if (str.isEmpty()) {
|
||
|
//...
|
||
|
----
|