Bookmark and Share

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]

st: RE: RE: AW: Search for string values in dataset??


From   "Liao, Junlin" <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: RE: RE: AW: Search for string values in dataset??
Date   Mon, 21 Feb 2011 15:52:43 +0000

Continue on this topic, anyone has a good way to make those two commands case insensitive? Thanks,

Junlin


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Liao, Junlin
Sent: Monday, February 21, 2011 9:40 AM
To: [email protected]
Subject: st: RE: AW: Search for string values in dataset??

Miyu,

Another command is -regexm-

gen byte GmbH_Match = regexm(variable, "GmbH")

If you simply want to list the entries:

list variable if regexm(variable, "GmbH")

Junlin


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Wiemann, Markus
Sent: Monday, February 21, 2011 9:17 AM
To: [email protected]
Subject: st: AW: Search for string values in dataset??

Hi Miyu,

try the -strmatch- command.
For example:
gen GmbH = 1 if strmatch(variablename, "*GmbH*")


Best
Markus


-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von miyu Lee
Gesendet: Montag, 21. Februar 2011 16:12
An: [email protected]
Betreff: st: Search for string values in dataset??

Is there ANY way to search for specific string values in a dataset with string variables? For example: I am searching for all entries showing the part "GmbH" in a vector with firm names. I have a bad feeling about this!

Best
Miyu
*
*   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/

*
*   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/


________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
________________________________

*
*   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/


________________________________
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.
________________________________

*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index