Add "Like" to Lists - or regular expressions
The conditions in advanced lists allow use of regular expressions. For example, you can say a course code contains "[1234]9", which would match on any of a 1,2,3, or 4 followed by a 9, followed by any characters. e.g. 19abc would match.
I would ...