RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find String is not just blank spaces (spaces or tabs)
Expression
/^\s+$|^$/gi
Description
Match if the string is just empties spaces or there is at least one letter. Extracted from: http://stackoverflow.com/questions/5063977/regex-empty-string-or-email Original author: http://stackoverflow.com/users/340688/thomasreggi
Matches
just spaces | just tabs | just spaces and tabs
Non-Matches
spaces + letter | tabs + letter | letter + space | letter + tab
Author Rating: Not yet rated. pacdffgsvdrkno
Source http://stackoverflow.com/questions/5063977/regex-empty-string-or-email
Your Rating
Bad Good

Enter New Comment

Title

Name

Comment

Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials