Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / May 2006

Tip: Looking for answers? Try searching our database.

A regular expression that only matches nothing?

Thread view: 
steve.chambers@gmail.com - 08 May 2006 16:41 GMT
Can such a thing be done?

To explain myself a bit better I need a regular expression that will
only match an empty string ("") - if there is any text in the string I
don't want it to match. Won't go into why, it would take too much
explanation!

Thanks for any help/suggestions...

Cheers,
Steve
Eric Sosman - 08 May 2006 16:55 GMT
steve.chambers@gmail.com wrote On 05/08/06 11:41,:
> Can such a thing be done?
>
> To explain myself a bit better I need a regular expression that will
> only match an empty string ("") - if there is any text in the string I
> don't want it to match. Won't go into why, it would take too much
> explanation!

    Pattern empty = Pattern.compile("^$");

Signature

Eric.Sosman@sun.com

Jeffrey Schwab - 09 May 2006 22:39 GMT
> I need a regular expression that will
> only match an empty string ("") - if there is any text in the string I
> don't want it to match. Won't go into why, it would take too much
> explanation!

.{0}
steve.chambers@gmail.com - 16 May 2006 11:21 GMT
Both seem to work, not sure which is best but will probably go with the
.{0} suggestion as its meaning seems slightly more intuitive.

Thanks v. much to both of you for the helpful suggestions.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.