mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
Escape closed bracket character (#8978)
I *think* this might be what's breaking Android? Digging up docs for old versions is a pain.
This commit is contained in:
@@ -620,7 +620,7 @@ public final class CardEdition implements Comparable<CardEdition> {
|
|||||||
* extra parameters - grouping #9
|
* extra parameters - grouping #9
|
||||||
*/
|
*/
|
||||||
// Collector numbers now should allow hyphens for Planeswalker Championship Promos
|
// Collector numbers now should allow hyphens for Planeswalker Championship Promos
|
||||||
"(^(.?[0-9A-Z-]+\\S*[A-Z]*)\\s)?(([SCURML])\\s)?([^@$]+)( @([^$]*))?( \\$\\{(.+)})?$"
|
"(^(.?[0-9A-Z-]+\\S*[A-Z]*)\\s)?(([SCURML])\\s)?([^@$]+)( @([^$]*))?( \\$\\{(.+)\\})?$"
|
||||||
//"(?:^(?<cnum>.?[0-9A-Z-]+\\S*[A-Z]*)\\s)?(?:(?<rarity>[SCURML])\\s)?(?<name>[^@$]*)(?: @(?<artist>[^$]*))?(?: \\$\\{(?<params>.+)})?$"
|
//"(?:^(?<cnum>.?[0-9A-Z-]+\\S*[A-Z]*)\\s)?(?:(?<rarity>[SCURML])\\s)?(?<name>[^@$]*)(?: @(?<artist>[^$]*))?(?: \\$\\{(?<params>.+)})?$"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user