I don't know where to begin in writing this method. Any help would be great!
Write a class method for the Card class called parseCard that takes a String and returns
the corresponding card. You can assume that the String contains the name of a card in a
valid format, as if it had been produced by printCard.
In other words, the string will contain a single space between the rank and the word ``of,''
and between the word ``of'' and the suit. If the string does not contain a legal card name, the
method should return a null object.