Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: Can you search within a dataset for a particular character?


From   "Michael Blasnik" <[email protected]>
To   <[email protected]>
Subject   st: Re: Can you search within a dataset for a particular character?
Date   Wed, 07 Mar 2007 14:53:50 -0500

The strpos() function returns the position of a substring in any string.

gen hashyphen=(strpos(mystringvar,"-")>0)

will be equal to 1 for any observation with a hyphen in mystringvar.

Michael Blasnik

----- Original Message ----- From: <[email protected]>
To: <[email protected]>
Sent: Wednesday, March 07, 2007 2:44 PM
Subject: st: Can you search within a dataset for a particular character?



I have a dataset of names stored as string variables. Is there any way to search the dataset for all data containing a particular character, a hyphen for example? Also, is there any way to search the same dataset for all names containing a space (as in last names with a space between them ex. von cannon)? Thank you!
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index