Date: Thu, 18 Dec 2008 10:31:47 -0500
Reply-To: Ben Powell <ben.powell@CLA.CO.UK>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ben Powell <ben.powell@CLA.CO.UK>
Subject: Re: Regular expression for compress() c modifier?
That did help to identify them but a general rule would be useful as I had
to plug away to get these:
if index(title,"0A"x)>0 or index(title,"0B"x)>0 or index(title,"7F"x)>0 or
index(title,"81"x)>0;
Thanks
|