I have the string value as:
Half Day Morning (9:00 AM - 11:30 AM) (M/T/W/TH/F)
i am using coldfusion code using replace but that is not working
using either javascript or jquery or any server side, i am trying to break this code it to like this
1. Half Day Morning
2. 9:00 AM - 11:30 AM
3. M/T/W/TH/F
any idea how can i do it, plan to use regex but not sure if the server side regex will make it or not, i a using cold fusion
am i am using a cfoutput query around the rows
If the string is always formatted like that with parenthesis a simple split should do the trick