Say I have two strings that say "American Dollars" and "Australian Dollars"
I make another string that says "Dollar"... is there a way I can compare "Dollar" to the two strings above and have it return a true?
is there a partial match method in the String class?
I make another string that says "Dollar"... is there a way I can compare "Dollar" to the two strings above and have it return a true?
is there a partial match method in the String class?