Ticket #338 (new enhancement)
regex replace treats \n as 2 chars
| Reported by: | jquelin | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | editor | Version: | 0.35 |
| Keywords: | search regex | Cc: |
Description
reported by barbie
- Regex Replace treats "\n" as two separate characters not the newline character (or combination as appropriate).
Change History
Note: See
TracTickets for help on using
tickets.

Hi barbie,
do you mean in the "Find" or in the "Replace" field?
In the "Find" field, it is recognized as a newline (when regular expressions are activated).
In the "Replace" field, a literal string is expected.
So I do not think this is a defect, rather a missing feature.
What would be nice:
Or did you mean something else?