How can I work out the amount of possible combinations contained within the string 'cheese > beer'. This includes all letters in the English alphabet, spaces, uppercase and lowercase letters, numbers, and all the symbols found on a standard QWERT keyboard.
This is to understand how many attempts it would take a program to 'brute force' this phrase, starting at 'a', then trying every single possible combination of letters, spaces, numbers, symbols, until it finds the phrase 'cheese < beer'.