The Artima Developer Community
Sponsored Link

Java Buzz Forum
patched fetchrss and a regex issue

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
patched fetchrss and a regex issue Posted: Jul 8, 2003 6:06 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: patched fetchrss and a regex issue
Feed Title: Marc's Java Blog
Feed URL: http://www.logemann.org/day/index_java.xml
Feed Description: Java related topics for all major areas. So you will see J2ME, J2SE and J2EE issues here.
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Marc's Java Blog

Advertisement
As long as bob is still waiting for SF to approve fetchrss as a project, i made available the most recent version (i hope its the most recent, cause without CVS, you never know exactly). It supports RDF and RSS 0.91 (even if the RDF parser code sucks as bob mentioned it in the source - i like funny inline comments) and can handle blogrolling.com feeds for easier management. I also modified the formatting of the friendlyFrom field in the email header, my mailer had problems with chars like ":" or "@". You can download the source package or the binary package. As soon as the project has its own space in the web, i will give up placing distributions on my site.

By the way, is there a faster method to cut away chars from a string than this?

Pattern p = Pattern.compile("[@:_\\/\',]"); Matcher m = p.matcher("some string with @ _ and other weird chars"); String s = m.replaceAll("");

Read: patched fetchrss and a regex issue

Topic: Matrix Reloaded: Why 23? Previous Topic   Next Topic Topic: Matrix Reloaded Metaphysics

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use