my deck is set up so the locations are pos1, pos2, pos3 and so on
I want to ouse the method getCardsInLocation() but I want to get all the cards that have pos_. In sql I would be able to grab this using the wildcard characters but can I send a wildcard character through the deck methods?
I want to ouse the method getCardsInLocation() but I want to get all the cards that have pos_. In sql I would be able to grab this using the wildcard characters but can I send a wildcard character through the deck methods?