The string to be surrounded.
The string to prepend to the input string.
Optionalright: string(Optional) The string to append to the input string. If not provided, left is used as the right string.
The input string surrounded by the specified left and right strings.
Surrounds a given string with specified left and right strings.