Skip to content

Instantly share code, notes, and snippets.

@msisaifu
Created April 26, 2019 17:51
Show Gist options
  • Save msisaifu/e877d94e4039ae51d7eca5404be0beb0 to your computer and use it in GitHub Desktop.
Save msisaifu/e877d94e4039ae51d7eca5404be0beb0 to your computer and use it in GitHub Desktop.
function reverseCase($str) {
print strtolower($str) ^ strtoupper($str) ^ $str;
}
reverseCase('hello Bangladesh');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment