In the desired structure, the function will take 2 string parameters.
- If 2nd String is found in 1st String; The 1.string in the 2.string will be removed and added to the end of the 2.string.
- If it is not found, the error 'NOT FOUND' will be given.
The desired structure should be as follows.