Course Catalog
| At COB all course names consist of four (4) alpha characters followed by three (3) numeric characters. Names with only three (3) alpha characters, e.g., ENG or ART, use a space character to makeup the forth character. Course names with four (4) characters do NOT have a space between the alpha and numeric characters, e.g. MATH140 or COUN001. It is possible to enter wildcard values in text fields. See the chart below for valid wildcard characters. | | | Wildcard | Meaning | | * | Any string of zero or more characters | | _ (underscore) | Any single character | | Examples: |
|---|
- Find all courses that have three letters followed by 100 (e.g., CIS 100, BIOL100, etc.)
Syntax: _ _ _ _100 - Find all 300 level courses (e.g., ENG 300, NURS305, MATH300, EDU 325)
Syntax: _ _ _ _3
|
|