shardofhonor/dominion-card-generator

Fix Single Line Regex

Closed this issue · 0 comments

Remove the need for invisible characters as a workaround, to trick the regex into displaying symbols as single big lines. For example +3$ should be shown small, but 3$ alone in a single line shown big. Should work for all symbols, including -1VP for curses...

Most likely, the issue is somewhere in the Regex in the variable iconWithNumbersPatternSingle.
Any ideas appreciated.