Skip to content

Instantly share code, notes, and snippets.

@MarcelloDiSimone
Created July 11, 2025 22:22
Show Gist options
  • Save MarcelloDiSimone/82d3e4c4cbbfc2421ee18090a91216e0 to your computer and use it in GitHub Desktop.
Save MarcelloDiSimone/82d3e4c4cbbfc2421ee18090a91216e0 to your computer and use it in GitHub Desktop.
latin uppercase
console.log(((s)=>[...s].map(c =>(n=c.charCodeAt(0),String.fromCharCode(n^(32*(n>=97&&n<=122))))).join(''))('a4raf32aso"§%&/fu4f22'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment