Functions | |
| bool | parseCipt (const QString &name, const QString &text) |
| bool parseCipt | ( | const QString & | name, |
| const QString & | text ) |
Parses the card text to determine if the card should have the cipt tag
The parsing logic is able to handle the following cases:
However, it will still miss on certain cases:
Note that "...enters tapped unless..." returns false.
| name | The name of the card |
| text | The oracle text of the card |