I need to remove several thousand Linefeed characters (hex 0A) from a large Tab delimited file. The record endings are CRLF (0D0A) but there are numerous linefeed characters followed by spaces that were inserted in the original Access database -- as soft carriage returns within a record that are screwing up the file as they are causing inappropriate breaks in records.
I've tried to use a regular expression of \x0A to look for the linefeed character, but I always get the error "Cannot find regular expression: '\0A'
However, it will work if I use one of the Textpad defined regular expressions (e.g. \t will find tabs.
Is there a predefined regular expression for a linefeed by itself (without CR). Or how do I get the Find to work with the \xdd regular expression.
Thank you!
Find linefeed (hex 0A) by itself - not next to carriage retu
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard