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

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find Connection string
Expression
(?:(?:Data Source)|(?:Server))=([\s*\w\.]+?);\s*?(?:(?:Initial Catalog)|(?:Database))=(\s*\w+?);\s*?(?:(?:User Id)|(?:Uid))=(\s*\w+?);\s*?(?:(?:password)|(?:Pwd))=(\s*\w+?);\s*?(?:(?:Integrated Security)|(?:Integrated security))=(\s*\w*);$
Description
matches connection string with these parameters only with space
Matches
Server=Cfff400;Database=Lffff010; User Id=agdd7; Password= Zomb6666;Integrated Security=true;
Non-Matches
nothing
Author Rating: The rating for this expression. viju
Source
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-2024, RegexAdvice.com | ASP.NET Tutorials