Javascript/python function to match two strings regardless of characters order, case sensitivity, and white spaces.
The function takes two string arguments, match them regardles of characters order, case sensitivity, and white spaces. If they match, it will return the string, otherwise it will return null/ None.
String
Match
Match result:
Javascript code Download
Python code Download