0
In my problem a delimiter is two strings that 'enclose' a part of another string in a given order.
For example: '('
and'}'
are a string delimiter: 'aqui (tem} um delimitador'
.
My problem is how to identify a delimiter in a string to replace it with another.
The example asked was not ( with } ???
– gmsantos
I posted here only a draft of the solution of my problem.
– Jonas Alves