--- title: Searching for cards --- To find a card you are looking for, you can use the search box. 1. Click the Search icon in the button left corner of the page, then type what you are looking for in the search box. The AO's search uses regular expressions, a powerful way to format your searches. For example, to search for all cards on the server, search for ".\\\*" (period asterisk). For more information on regular expressions, try this [quick start tutoral](https://www.regular-expressions.info/quickstart.html) or this [cheat sheet](http://stanford.edu/~wpmarble/webscraping_tutorial/regex_cheatsheet.pdf).