Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pattern matching

Status
Not open for further replies.

gotchausa

Programmer
Joined
Jan 24, 2002
Messages
64
Location
CA
How do I use Java to search for files with a specific file name format:

e.g X20030120-0000-0000-0000-0000_XXXX

Thx.
 
Package java.util.regex

Classes for matching character sequences against patterns specified by regular expressions.

-pete
 
Thx! Just checked it out.
 
mpv,

If you need help with regular expression specifically I recommend the Perl forum. They tend to use RegExps a lot more than most people as the language really uses them a lot. Gary Haran
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top