mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Enhancing regexp to also support CN with symbol in front (e.g. *180 in Theros promos)
This commit is contained in:
@@ -475,7 +475,7 @@ public final class CardEdition implements Comparable<CardEdition> {
|
||||
* rarity - grouping #4
|
||||
* name - grouping #5
|
||||
*/
|
||||
"(^([0-9A-Z]+.?) )?(([SCURML]) )?(.*)$"
|
||||
"(^(.?[0-9A-Z]+.?) )?(([SCURML]) )?(.*)$"
|
||||
);
|
||||
|
||||
ListMultimap<String, CardInSet> cardMap = ArrayListMultimap.create();
|
||||
|
||||
Reference in New Issue
Block a user