Separate the part surrounded by a specific symbol and the part not surrounded by a character string. Perform a string operation (replacement, etc.) on the part of the string that is not surrounded by ...
Issue description When splitting by an empty string, I would expect the string to be split into separate characters. This works, however, the result includes an empty string both at the start and end ...