Check Anagram Case Insensitive

Easy

📝 Description

Check if two strings are anagrams (case insensitive)

Input Format

Two space-separated strings

Output Format

"true" if anagrams, "false" otherwise

Constraints

Strings length ≤ 1000

🔍 Sample Input

Listen Silent
            

✅ Sample Output

true
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run