Given a string, return the string with the middle two characters swapped if it has even length, and the middle three characters swapped if it has odd length.
Given a string, return the string with the middle two characters swapped if it has even length, and the middle three characters swapped if it has odd length.