check_swap_char: Check if two strings are the same after we swaped the position of two letters.
Description
check_swap_char
check if two strings are the same after we swaped the
position of two letters.
Usage
check_swap_char(string1, string2)
Value
It returns TRUE if two strings are the same after we swaped the
position of two letters, otherwise, it returns FALSE.