To express a list of characters, or numbers, [ and ] are used. The comma is used as a separator between the characters. If an hyphen is used, a range of characters is represented.
For example, all files ending with 1, 2, 3, 5, 6, 7, and 9 could be represented as
or all files ending with an upper case letter:[1-3,5-7,9]
[A-Z]