Closed BradleyCai closed 9 years ago
I think this is an issue with how the JavaScript uses the regular expressions. In my testing, the second regular expression (for 'sessions') caputured a list of all date/times just fine.
Fixed in commit 2e51218
It was a problem with the regex. I changed the noncap session regex to be inside of a capture group so it now detects all instances of multiple sessions
Courses with different times for different days are not represented correctly.
For example:
COE: LEARNING CENTER WORKSHOP
Produces this:ARC -080 -018 NG 0.00 W 1110AM-1200PM
M 1110AM-0100PM
Regex and CourseParser.js should be updated and to fix this issue.