Regular expressions - GCSE CS

In windows, you can perform a search for all/any PDFs by using the command *.pdf. The star is a regular expression that performs a wildcard search for all/any PDFs. A regular expression is a type of notation that contains strings of characters that can be matched to the contents of a set. Another regular expression may look like: a+b ................
................