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 5
Title Test Details Strings for IndustryType/Functional Areas
Expression
^([a-zA-Z0-9])+(([a-zA-Z0-9\s])+[_-//&a-zA-Z0-9]([a-zA-Z0-9\s])+)*([a-zA-Z0-9])+$
Description
This validates for Strings for Various Industry Types / Functional Areas. Useful in case of Validation for diferent Inputs Related.This RegEx allows following characters as seprator_ - / & and white spaces
Matches
IT - Software/Testing, Electronic/Electronic & Telecommunication
Non-Matches
Electronic/Electronic &_ Telecommunication, Software//SoftwareTesting
Author Rating: Not yet rated. Amol Pande
Title Test Details Mobile No Validation
Expression
^((\+)?(\d{2}[-]))?(\d{10}){1}?$
Description
This Pattern is to Validate Mobile Number with 10 digit Number and Countrycode as Optional.
Matches
+91-9822345654,9822345654
Non-Matches
+923-9855777897,6463466
Author Rating: The rating for this expression. Amol Pande
Title Test Details Telephone Number Validation (with Area Code)
Expression
^((\+)?(\d{2})[-])?(([\(])?((\d){3,5})([\)])?[-])|(\d{3,5})(\d{5,8}){1}?$
Description
Telephone Number Validation with Country code Optional but Mandatory Area Code.
Matches
+91-020-2344533,020-2344533.+91-(020)-2344533,-(020)-2344533
Non-Matches
5444474445,
Author Rating: Not yet rated. Amol Pande
Title Test Details Pattern for Login Id
Expression
^([a-zA-Z](?:(?:(?:\w[\.\_]?)*)\w)+)([a-zA-Z0-9])$
Description
This Pattern is used to validate Login Name with . and _ seprators only.
Matches
amey_p, swars.k, anand5_king, addy_tom.16
Non-Matches
_amol.p, raj__vega5, 4aman_p, ashish..p
Author Rating: Not yet rated. Amol Pande
Title Test Details single Email Id Validation
Expression
^[a-zA-Z]([a-zA-Z[._][\d]])*[@][a-zA-Z[.][\d]]*[.][a-z[.][\d]]*
Description
This Pattern used to Validate single Email Address .with first character as Alphabate and allowing . and _ as seprator more that once.
Matches
Non-Matches
Author Rating: Not yet rated. Amol Pande
   Displaying page 1 of 1 pages; Items 1 to 5

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