I am trying to replace all the spaces in string with '+'. But it should ignore ignore the spaces inside the []. Do anyone know how to do this using regular expression.
Example:
latitude[0 TO *] longitude[10 TO *]
should be replaced as
latitude[0 TO *]+longitude[10 TO *]