You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
618 B
10 lines
618 B
3 years ago
|
---
|
||
|
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).
|