Can't replace spaces for TAB

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Troy Gustasfon

Can't replace spaces for TAB

Post by Troy Gustasfon »

I've tried converting spacces to tabs with the replace function AND with regular expressions turned on. However, instead of replacing /t with the tab character it just uses the literal "/t". What gives? I'm sure that Use Regular expressions is on and working because it is finding via the regex's fine, but just not replacing.

thanx.
-troy
Berend Hasselman

Re: Can't replace spaces for TAB

Post by Berend Hasselman »

You use \t in a replacement expression.

Berend
Post Reply