Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: RE: strings
From
KOTa <[email protected]>
To
[email protected]
Subject
Re: st: RE: strings
Date
Wed, 1 Feb 2012 13:37:25 +0100
thanks NIck,
> NJC>>> That's not really a -split- problem. "INC" is not a string separator here. I am credited as the original author of -split- so I can tell you that it was not designed for this.
>
> The easiest recipe (!) I can think of is
>
> gen reversed = reverse(company)
> replace reversed = subinstr(reverse, "CNI ", "", 1) if substr(reversed, 1, 4) == "CNI "
> replace company = reverse(reversed)
that is how i also thought to do it (without reverse, just checking if
last 3 are "INC"), but hoped for an easier/clear way existance
> NJC>>> In general, you have to clean up inconsistencies before -merge-. -merge- has a difficult enough job as it is!
thus, probably something to make strings all upper cases is a
solution, if there is such string command
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/