For example, if I have:
"+----+----+---+---+--+"
is it possible to replace from second to fourth +
to -
?
If I have
"+----+----+---+---+--+"
and I want to have
"+-----------------+--+"
I have to replace from 2-nd to 4-th +
to -
. Is it possible to achieve this by regex? and how?