The function takes a string as input and performs the following operations:
    - Reverses the string
    - Converts all uppercase letters to lowercase
    - Converts all lowercase letters to uppercase
    - Returns an empty string if the input string is empty or contains a non-alphabetical character.

