StringOps.java.html

The following text was written to the standard output stream when the ? program was executed from Netbeans.

usr/lib/jvm/java-1.11.0-openjdk-amd64/bin/java -javaagent:/opt/intellij-idea-community/lib/-

dateLength = 27
timeLength = 8
LabLength = 12

pl = 9
p2 = -1
p3 = -1

date.substring(0,9)= Wednesday
time.substring(0,9)= :3
lab.substring(0,9)= T

date.substring(11)= October 9, 2019j
time.substring(2)= :30 Am
lab.substring(7)= Thing

line = Wednesday, October 9, 2019j | 11:30 Am | String Thing

Process finished with exit code 0