[TxMt] Re: How to transform a single column into two columns in TM2?
Les Titze
lrtitze at mac.com
Sat Jan 18 23:54:44 UTC 2014
This could be done using find/replace with a small regular expression:
2) Use the regular expression find pattern: (\$.*)\n(\$.*)\n
and replace pattern: $1\t$2\n
More information about the textmate
mailing list