Using V4.7.0. I have a tab delineated text file. The programmer messed up a little, and some fields are separated by a fence (|) instead of a tab.
Under the replace context help, note #3, says to use \t . This does not work. All it did was replace fences with \t's.
Known problems did not have a topic on this. Forum search for replace tab \t had 550 hits, none relevant in the first many. Tried replace and tab and \t and got two hits, neither with my problem.
Using \t, cant replace a character with a tab
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
On that page, it says at the top:
Replacement expressions are used to substitute text in conjunction with Tagged Regular Expressions, when using the Replace command.
And it says at the bottom:
Beware of replacing a pattern that is matched with a regular expression that can optionally match nothing, such as ".?" or "a*". In these degenerate cases, TextPad can go into a loop, until the line becomes too long.
Two hints that the stuff is for Regular expression replacement...
Replacement expressions are used to substitute text in conjunction with Tagged Regular Expressions, when using the Replace command.
And it says at the bottom:
Beware of replacing a pattern that is matched with a regular expression that can optionally match nothing, such as ".?" or "a*". In these degenerate cases, TextPad can go into a loop, until the line becomes too long.
Two hints that the stuff is for Regular expression replacement...