The Artima Developer Community
Sponsored Link

Java Buzz Forum
Using Regular Expressions in J2SE

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
Goldy Lukka

Posts: 1008
Nickname: xyling
Registered: Jan, 2004

Goldy Lukka is a Java Developer and an Entrepreneur. He is Founder of xyling.com.
Using Regular Expressions in J2SE Posted: Feb 3, 2006 6:20 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Goldy Lukka.
Original Post: Using Regular Expressions in J2SE
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Latest Java Buzz Posts
Latest Java Buzz Posts by Goldy Lukka
Latest Posts From Xyling Java Blogs

Advertisement
In Java applications that do text searching and manipulation, the StringTokenizer and String classes are used heavily. This can often result in complex code and lead to a maintenance nightmare.

Often such Java applications are looking for an occurrence of a particular character or token in a String, and then trying to find a string surrounding it, validating the extracted String.

Use java.util.regex package that makes string search and manipulation very easy. Refer title of this post to learn how to use regex in java.

[Resource-Type: Article, Category: Java/J2SE, Level: All, Java-Edition: J2SE, XRating: 3]

Read: Using Regular Expressions in J2SE

Topic: Work Progress on Taragana’s Automatic Machine Translator Plugin v2 (WordPress) Previous Topic   Next Topic Topic: [Jan 23, 2006 16:46 PST] 5 Links

Sponsored Links



Google
  Web Artima.com   

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