Text extraction

Any questions involving matching text strings to patterns - the pattern is called a "regular expression."

Moderator: General Moderators

Post Reply
johjoh682
Forum Newbie
Posts: 1
Joined: Sun Jun 29, 2008 1:42 pm

Text extraction

Post by johjoh682 »

I am looking for a regexp to retrieve a summary textinfo from a larger Html text chunk ... I'd like to retrieve the text only and therefrom extract a smaller piece of text .... does anybody know about a link where such a regexp is published?

/Johan http://www.fotbolls-vm-2010.nu
User avatar
prometheuzz
Forum Regular
Posts: 779
Joined: Fri Apr 04, 2008 5:51 am

Re: Welcome to the new regex forum.

Post by prometheuzz »

johjoh682 wrote:I am looking for a regexp to retrieve a summary textinfo from a larger Html text chunk ... I'd like to retrieve the text only and therefrom extract a smaller piece of text .... does anybody know about a link where such a regexp is published?

/Johan http://www.fotbolls-vm-2010.nu
Some more details would help, as well as providing some example in- and output.
Last edited by prometheuzz on Wed Jul 02, 2008 3:48 pm, edited 1 time in total.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: Welcome to the new regex forum.

Post by John Cartwright »

Post Reply