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

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 2
Title Test Details Pattern Title
Expression
(^1$) #^%Ed'[]'3[ce]c<>R#]ce'xaaaac{}{}!@{!AFS} #f\\\\\\//4fx\{}{}#{}!!!$$$$$%(%#@T%$)()(){}{}{}!!!!!!$$$!#@!\#-**-*****a*sa* #!! Don't try to understand it!
Description
This pattern is too sophisticated - it will do the followings: (but only if u don't copy the first line!) it will draw a window on your screen and then it will write the following text : "Error" afterwards it will allow you to click a button to close the window! :)
Matches
1
Non-Matches
0
Author Rating: Not yet rated. g y
Title Test Details Pattern Title
Expression
^([A-Z]|[a-z]|[0-9])(([A-Z])*(([a-z])*([0-9])*(%)*(&)*(')*(\+)*(-)*(@)*(_)*(\.)*)|(\ )[^ ])+$
Description
will match as long as the only chars exist in the string : A-Z,a-z,0-9,'Space' chr(32),%&'+-@_. It's useful for check vs Account Names where you might want to forbid entering other chars then what is in the pattern. also will not allow repeated space in the string
Matches
AccountName_123 | [email protected] | James & Dana Inc.
Non-Matches
!MYACCOUNT! | {Superman} | $ Money Man $
Author Rating: The rating for this expression. g y
   Displaying page 1 of 1 pages; Items 1 to 2

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