UWFlow / rmc

Flow is a website that lets you plan courses with friends.
https://uwflow.com
MIT License
233 stars 73 forks source link

[FLOW-56] Set programName to last occurence in transcript #352

Closed dshynkev closed 5 years ago

dshynkev commented 5 years ago

In principle, just tweaking the regex is sufficient, but the resulting abomination is not for the meek of heart. The existing expression is already undesirably tricky with the .*? lazy capture group. In the end, regex is the wrong tool in this particular case, so let's use the right one.

Fixes #351.