<HTML>
<HEAD>
<TITLE>How can I delete everything before a certain string...or a tab?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>For example, how can I strip away the names of the states in this string and only keep he two character abbreviations?<BR>
<BR>
(In my file the state names and abbreviations are separated by a tab.)<BR>
<BR>
Alabama AL<BR>
Alaska AK<BR>
Arizona AZ<BR>
Arkansas AR<BR>
California CA<BR>
<BR>
<BR>
Also...how could I turn this string:<BR>
<BR>
AL<BR>
AK<BR>
AZ<BR>
AR<BR>
CA<BR>
<BR>
<BR>
into: AL¶AK¶AZ¶AR¶CA</SPAN></FONT>
</BODY>
</HTML>