The Artima Developer Community
Sponsored Link

Java Answers Forum
grep in java ?

2 replies on 1 page. Most recent reply: Jul 5, 2012 2:58 PM by marco castigliego

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 2 replies on 1 page
Antonas

Posts: 11
Nickname: tony
Registered: May, 2002

grep in java ? Posted: May 21, 2002 4:34 AM
Reply to this message Reply
Advertisement
Hello,

Does anyone has an idea how to implement unix grep functionality in java ?

Thank You


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: grep in java ? Posted: May 21, 2002 3:43 PM
Reply to this message Reply
The fastest is usually to simple work with String & indexOf (...).

For smthg really modular you may be interested by the various String handling package existing on the market ! Among the non commercial ones, you may find this one interresting : http://www.javaregex.com

For personnal implementations I can only advise you to really spend some time combing (looking in real detail) the http://www.javaranch.com site. Especially it's IO & Performance fora. As I have had a long (private) e-mail exchange with the author of the package (some of t is posted on the javaranch), I believe you could search for the javaregex in all the fora (it takes you about 5 minutes)

Look also at the ORO matcher on the http://apache.org web site ;-)

Thomas SMETS,
SCJP2 - Brussels

marco castigliego

Posts: 1
Nickname: marcocast7
Registered: Jul, 2012

Re: grep in java ? Posted: Jul 5, 2012 2:58 PM
Reply to this message Reply
it may be late but have a look at grep4j http://code.google.com/p/grep4j/

:)

Flat View: This topic has 2 replies on 1 page
Topic: File Reading Previous Topic   Next Topic Topic: Java Forum

Sponsored Links



Google
  Web Artima.com   

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