Check scrambled string

Given two strings of equal length, figure out if one is a scramble of the other.

Unsolved

Instructions

Your input variable will contain two strings of equal length, separated by a comma. You have to check whether the second string is a permutation of the first string. Print "Yes" if it is, "No" if not.

Inputs

value1
Two strings separated by a comma

Sample Test Case

Permutation
value1 brian,airbn
output Yes

Test Results

Login/Register

At the moment only Discord login is supported.

Login with Discord