Search found 1 match

by D3s7
Fri Nov 21, 2003 2:33 am
Forum: General
Topic: Replacing a number of tabs with a number \t\t\t with 3
Replies: 4
Views: 360

Replacing a number of tabs with a number \t\t\t with 3

I want to search my document for tabs and replace them with a function to create tabs

EX: if I have \t\t\t (3 tabs) i want to replace those 3 with MakeTab(3)

with a regexpresion, is there a way to do that??