String Ops demo

The following text was written to the standard output stream when the String Ops program was executed from IntelliJ.

    dateLength = 25
    timeLength = 8
    labLength = 11
    
    p1 = 8
    p2 = 5
    p3 = 3
    
    date.substring(0,9) = Thursday,
    time.substring(2,4) = :3
    lab.substring(7,8) = h
    
    date.substring(11) = ctober 8, 2020
    time.substring(2) = :30 am
    lab.substring(7) = hing
    
    line = Thursday, October 8, 2020 | 10:30 am | StringThing