The RegEx search condition is:
Code: Select all
^Code: Select all
\i{1342854,1,0,}\tCode: Select all
1342854{tab}
1342855{tab}
1342856{tab}What I am in fact getting is:
Code: Select all
1{1342854,1,0,}{tab}
2{1342854,1,0,}{tab}
3{1342854,1,0,}{tab}And this is NOT what I want.
I remember \i working fine the last time I used TextPad to do this, and I don't think the last two parameters of the \i function were included in the Replacement String documentation the last time I did. I have no idea what I'm doing wrong.
I'm going to eat lunch and take a walk and hopefully someone will come by and explain why I'm stupid.