New Line/carrage return character

For the objects in a column, using dxl I need to replace a character with the new line e.g in the following text the # symbol should be replaced with a new line/carriage return symbol:

e.g. this
The system is fully compliant. #The only sources of light comes from the display...
should read

The system is fully compliant.
The only sources of light comes from the display...
Example pseudo code is

For all objects in column x
Find # symbol and replace with the new line symbol (\\n or \\par (I do not know what symbol DOORS dxl uses))

Thanks
SystemAdmin - Tue Nov 27 14:08:33 EST 2012

Re: New Line/carrage return character
Mathias Mamsch - Tue Nov 27 19:09:34 EST 2012

Did you actually try to use the search function of the forum (e.g. replace newline):

https://www.ibm.com/developerworks/forums/thread.jspa?messageID=14289174&#14289174

Hope this helps, regards, Mathias

Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS

Re: New Line/carrage return character
SystemAdmin - Fri Nov 30 10:47:33 EST 2012

Thanks Mathias, that solved the problem.