In my problem a delimiter is two strings that 'encompass' a part of another string in a given order.
For example: '('
and '}'
are a string delimiter: 'aqui (tem} um delimitador'
.
My problem is like identifying a delimiter in one string to replace it with another.