BBedit TextFactory Search/Replace 1st match

yogert909

Registered
Hi, I am writing a textfactory which uses part of a line as a column header. I want to duplicate the first line of data and create the headers from that. Is there a way to tell BBedit to find/replace only the 1st match and not all matches? Here is the format:


There are several lines of random
text here then comes the data below.

data1=234.4; data2=343.7; data3=588.0;
data1=511.5; data2=654.7; data3=654.9;
data1=651.8; data2=925.1; data3=876.0;

format like this:

data1 data2 data3
234.4 343.7 588.0
511.5 654.7 654.9
651.8 925.5 876.0
 
Back
Top