LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 15 Mar 2010 10:16:51 -0600
Reply-To:     Joe Matise <snoopy369@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Joe Matise <snoopy369@GMAIL.COM>
Subject:      Re: Can SAS do text parsing like PERL on a website or news search
              engine
Comments: To: CC <chchanghenry@gmail.com>
In-Reply-To:  <73c3738d-32b4-4971-81b0-a1fdc07bc819@u15g2000prd.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

SAS has Perl regular expression capability built in, in addition to its other string parsing functions. You certainly could do what you mention in SAS. Look at the documentation for your version for more specific info.

-Joe

On Sun, Mar 14, 2010 at 5:03 PM, CC <chchanghenry@gmail.com> wrote:

> Hello dear all, > > Just a general question regarding text parsing using SAS. > > As we all know that PERL is kind of powerful about parsing text. If I > would like to do the same kind. i.e. search a specific term from a > website for a certain period, then, count how many times it shows up > in different articles during that period for that company and match it > with the main data in SAS. Can anyone give me some resources > regarding this kind of work, so, I can learn how to actually work on > it? > > Thanks in advance!! >


Back to: Top of message | Previous page | Main SAS-L page