i have string that looks like this
"sunday# 00:01 - 23:59?00:01 - 23:59?00:01 - 23:59?00:01 - 23:59"
its activity hours per day
how do i extract each formatHH:MM - HH:MM
and put all of them into array?
so ill have
["23-59 - 00:01","23-59 - 00:01","23-59 - 00:01","23-59 - 00:01"]
i might receive "sunday# close"
or
"sunday# 00:01 - 23:59"
i want to extract all activity hours from that string into array cause once i have it in array i print it as table in gui