Plsql best way to split string
问题 What is the best way to extract words from a string? I already made something up because I found many ways and none of them looked 'simple'. Let's assume there is a procedure called 'change_opening_hours'. This procedure has a time-range string input called 'v_perioden'. This string looks like: '10:00-12:00' OR '10:00-12:00 14:00-16:00' OR '10:00-12:00 14:00-16:00 18:00-22:00' etc Now I already made something up myself to exstract every period of time from this input. v_perioden VARCHAR2(50)