You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.
Monster Card has anecdotal support for regular expressions for entity_id and name, but it is undocumented. Based on the code, this appears to be an unintended side-effect, as it does require at least one asterisk (*) in order to be parsed as a regex.
Reliable regex support could be implemented while also maintaining backward compatibility for the current wildcard pattern.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Monster Card has anecdotal support for regular expressions for
entity_id
andname
, but it is undocumented. Based on the code, this appears to be an unintended side-effect, as it does require at least one asterisk (*
) in order to be parsed as a regex.Reliable regex support could be implemented while also maintaining backward compatibility for the current wildcard pattern.
The text was updated successfully, but these errors were encountered: